ImageGear .NET v25.2 - Updated
ImageGear.Web Assembly / ImageGear.Web.UI Namespace / PageView Class / ViewRotationDegreesClockwise Property




In This Topic
    ViewRotationDegreesClockwise Property
    In This Topic
    Gets or sets the Rotation angle for display in the PageView control.
    Syntax
    'Declaration
     
    <CategoryAttribute("PageView Properties")>
    <BrowsableAttribute(True)>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <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(Mono.Cecil.CustomAttributeArgument)]
    [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(Mono.Cecil.CustomAttributeArgument)]
    [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(Mono.Cecil.CustomAttributeArgument)]
    [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