ImageGear23.Art Assembly > ImageGear.ART Namespace > IImGearARTPopupText Interface : Orientation Property |
'Declaration Property Orientation As ImGearOrientationModes
'Usage Dim instance As IImGearARTPopupText Dim value As ImGearOrientationModes instance.Orientation = value value = instance.Orientation
ImGearOrientationModes Orientation {get; set;}
__property ImGearOrientationModes get_Orientation(); __property void set_Orientation( ImGearOrientationModes value );
property ImGearOrientationModes Orientation { ImGearOrientationModes get(); void set ( ImGearOrientationModes value); }