ImageGear22.Web Assembly > ImageGear.Web.UI Namespace > PageView Class : ViewRotationDegreesClockwise Property |
'Declaration <CategoryAttribute("PageView Properties")> <DefaultValueAttribute()> <DescriptionAttribute("This property enables you to provide rotation angle for viewing image in the PageView Control.")> <BrowsableAttribute(True)> Public Property ViewRotationDegreesClockwise As Rotation
'Usage Dim instance As PageView Dim value As Rotation instance.ViewRotationDegreesClockwise = value value = instance.ViewRotationDegreesClockwise
[Category("PageView Properties")] [DefaultValue()] [Description("This property enables you to provide rotation angle for viewing image in the PageView Control.")] [Browsable(true)] public Rotation ViewRotationDegreesClockwise {get; set;}
[Category("PageView Properties")] [DefaultValue()] [Description("This property enables you to provide rotation angle for viewing image in the PageView Control.")] [Browsable(true)] public: __property Rotation get_ViewRotationDegreesClockwise(); public: __property void set_ViewRotationDegreesClockwise( Rotation value );
[Category("PageView Properties")] [DefaultValue()] [Description("This property enables you to provide rotation angle for viewing image in the PageView Control.")] [Browsable(true)] public: property Rotation ViewRotationDegreesClockwise { Rotation get(); void set ( Rotation value); }
The default is RotateNone.
This property enables you to provide rotation angle for viewing image in the PageView Control