DXElementBase.Style Property
Gets or sets the style applied to a DXElementBase descendant. This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public Style Style { get; set; }
Property Value
Type | Description |
---|---|
Style | The style applied to a DXElementBase descendant. |
See Also