ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPolyRuler Class / EndLineLength Property




In This Topic
    EndLineLength Property (ImGearARTPolyRuler)
    In This Topic
    Gets or sets the length of the mark's end line.
    Syntax
    'Declaration
     
    Public Property EndLineLength As Integer
    'Usage
     
    Dim instance As ImGearARTPolyRuler
    Dim value As Integer
     
    instance.EndLineLength = value
     
    value = instance.EndLineLength
    public int EndLineLength {get; set;}
    public: __property int get_EndLineLength();
    public: __property void set_EndLineLength( 
       int value
    );
    public:
    property int EndLineLength {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    Remarks
    The default value is 20.
    See Also