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