Back to Devexpress

DXSwitch.Icon Property

maui-devexpress-dot-maui-dot-core-dot-dxswitch-f2569245.md

latest986 B
Original Source

DXSwitch.Icon Property

Gets or sets the thumb icon of the DXSwitch. This is a bindable property.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Core.dll

NuGet Package : DevExpress.Maui.Core

Declaration

csharp
public ImageSource Icon { get; set; }

Property Value

TypeDescription
ImageSource

The thumb icon source.

|

Remarks

For more information, refer to the following section: .NET MAUI DXSwitch: Thumb.

See Also

DXSwitch Class

DXSwitch Members

DevExpress.Maui.Core Namespace