ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTPolyRuler Interface / EndLineLength Property




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

    Property Value

    Integer value.
    See Also