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