TreeView for WinForms | ComponentOne
C1.Framework Namespace / Style Class / ImageAllowFlip Property

In This Topic
    ImageAllowFlip Property (Style)
    In This Topic
    Gets or sets whether the image should be flipped horizontally for RTL mode.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <CategoryAttribute("Image")>
    <DefaultValueAttribute(False)>
    <DescriptionAttribute("Gets or sets whether the image should be flipped horizontally for RTL mode.")>
    Public Property ImageAllowFlip As Boolean
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [Category("Image")]
    [DefaultValue(false)]
    [Description("Gets or sets whether the image should be flipped horizontally for RTL mode.")]
    public bool ImageAllowFlip {get; set;}
    See Also