|
GH_MenuCollectionPivot Property
|
Get or set collection's pivot.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic PointF Pivot { get; set; }
Public Property Pivot As PointF
Get
Set
public:
property PointF Pivot {
PointF get ();
void set (PointF value);
}
member Pivot : PointF with get, set
Property Value
Type:
PointF
See Also