ImageGear .NET - Updated
AspectDenominatorX Property (IImGearARTRuler)




ImageGear24.Art Assembly > ImageGear.ART Namespace > IImGearARTRuler Interface : AspectDenominatorX Property
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

Reference

IImGearARTRuler Interface
IImGearARTRuler Members