'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;}