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