ImageGear .NET - Updated
Patternlen Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorLinetype Class : Patternlen Property
Gets absolute length of the pattern.
Syntax
'Declaration
 
Public ReadOnly Property Patternlen As Single
'Usage
 
Dim instance As ImGearVectorLinetype
Dim value As Single
 
value = instance.Patternlen
public float Patternlen {get;}
public: __property float get_Patternlen();
public:
property float Patternlen {
   float get();
}

Property Value

Any positive value.
Remarks
The pattern is stretched according to this value and repeated periodically when drawing the line.
See Also

Reference

ImGearVectorLinetype Class
ImGearVectorLinetype Members