ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / IImGearARTRuler Interface / AspectDenominatorX Property




In This Topic
    AspectDenominatorX Property (IImGearARTRuler)
    In This Topic
    Gets or sets the mark's X aspect denominator value.
    Syntax
    'Declaration
     
    Property AspectDenominatorX As Integer
    'Usage
     
    Dim instance As IImGearARTRuler
    Dim value As Integer
     
    instance.AspectDenominatorX = value
     
    value = instance.AspectDenominatorX
    int AspectDenominatorX {get; set;}
    __property int get_AspectDenominatorX();
    __property void set_AspectDenominatorX( 
       int value
    );
    property int AspectDenominatorX {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    See Also