PolylinePrimitive.LineStyleScale Property |
Gets or sets the scaling factor applied to the line style.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic int LineStyleScale { get; set; }
Public Property LineStyleScale As Integer
Get
Set
public:
property int LineStyleScale {
int get ();
void set (int value);
}
member LineStyleScale : int with get, set
Property Value
Type:
Int32
See Also