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