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