 |
LineNodeMaxLineArrowLength Property |
Gets or sets a float value that specifies the maximum arrow length set as fraction of the line length - e.g. 0.333333f (default) means that the maximum arrow length will be 1/3 of the line length.
If the line is short so that the arrow length exceeds the amount defined by MaxLineArrowLength, the arrow is shortened (the arrow angle is increased).
This is applied before the
MinLineListArrowLength or
MinLineStripArrowLength.
To set a custom MaxLineArrowLength for a LineNode or derived class, call its
SetMaxLineArrowLength(Single).
Namespace: Ab4d.SharpEngine.SceneNodesAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
Syntaxpublic static float MaxLineArrowLength { get; set; }Property Value
Single
See Also