Click or drag to resize

GH_Attributes<T>.Pivot Property

Gets or sets the pivot for these attributes. The pivot controls the general placement of the attributes. If you want to move the attributes, change the pivot location.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual PointF Pivot { get; set; }

Property Value

Type: PointF

[Missing <value> documentation for "P:Grasshopper.Kernel.GH_Attributes`1.Pivot"]

Implements

IGH_Attributes.Pivot
See Also