ImageGear .NET - Updated
AspectNumeratorY Property (IImGearARTRuler)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTRuler Interface : AspectNumeratorY Property
Gets or sets the mark's Y aspect numerator value.
Syntax
'Declaration
 
Property AspectNumeratorY As Integer
'Usage
 
Dim instance As IImGearARTRuler
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

Reference

IImGearARTRuler Interface
IImGearARTRuler Members