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

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