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




In This Topic
    AspectNumeratorY Property (IImGearARTPolyRuler)
    In This Topic
    Gets or sets the mark's Y aspect numerator value.
    Syntax
    'Declaration
     
    Property AspectNumeratorY As Integer
    'Usage
     
    Dim instance As IImGearARTPolyRuler
    Dim value As Integer
     
    instance.AspectNumeratorY = value
     
    value = instance.AspectNumeratorY
    int AspectNumeratorY {get; set;}
    __property int get_AspectNumeratorY();
    __property void set_AspectNumeratorY( 
       int value
    );
    property int AspectNumeratorY {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    See Also