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




In This Topic
    ViewMirror Property
    In This Topic
    Gets or sets a value indicating whether the image mirror setting (left and right sides of an image are swapped) is required.
    Syntax
    'Declaration
     
    <CategoryAttribute("PageView Properties")>
    <BrowsableAttribute(True)>
    <DefaultValueAttribute(False)>
    <DescriptionAttribute("Gets or sets a value indicating whether Image mirror setting is required.")>
    Public Property ViewMirror As Boolean
    'Usage
     
    Dim instance As PageView
    Dim value As Boolean
     
    instance.ViewMirror = value
     
    value = instance.ViewMirror
    [Category("PageView Properties")]
    [Browsable(true)]
    [DefaultValue(false)]
    [Description("Gets or sets a value indicating whether Image mirror setting is required.")]
    public bool ViewMirror {get; set;}
    [Category("PageView Properties")]
    [Browsable(true)]
    [DefaultValue(false)]
    [Description("Gets or sets a value indicating whether Image mirror setting is required.")]
    public: __property bool get_ViewMirror();
    public: __property void set_ViewMirror( 
       bool value
    );
    [Category("PageView Properties")]
    [Browsable(true)]
    [DefaultValue(false)]
    [Description("Gets or sets a value indicating whether Image mirror setting is required.")]
    public:
    property bool ViewMirror {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value
    Remarks

    The default value is false.

    See Also