ImageGear .NET - Updated
AspectNumeratorX Property (IImGearARTRuler)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTRuler Interface : AspectNumeratorX Property
Gets or sets the mark's X aspect numerator value.
Syntax
'Declaration
 
Property AspectNumeratorX As Integer
'Usage
 
Dim instance As IImGearARTRuler
Dim value As Integer
 
instance.AspectNumeratorX = value
 
value = instance.AspectNumeratorX
int AspectNumeratorX {get; set;}
__property int get_AspectNumeratorX();
__property void set_AspectNumeratorX( 
   int value
);
property int AspectNumeratorX {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

IImGearARTRuler Interface
IImGearARTRuler Members