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