ImageGear .NET - Updated
ViewRotationDegreesClockwise Property




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

Property Value

One of the values Rotation.
Remarks

The default is RotateNone.

This property enables you to provide rotation angle for viewing image in the PageView Control

See Also

Reference

PageView Class
PageView Members