WindowsUIButton.EnableImageTransparency Property
Gets or sets whether specific colors in the current WindowsUIButton‘s image are transparent. This property is obsolete. Use the WindowsUIButtonPanel.EnableImageTransparency property instead.
Namespace: DevExpress.XtraBars.Docking2010
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[DefaultValue(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool EnableImageTransparency { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if specific colors in the current WindowsUIButton‘s image are transparent; otherwise, false. |
See Also