Skip to main content

TileBase.CheckMarkStyle Property

Gets or sets the style applied to the check mark displayed in the Tile in the checked state. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Style CheckMarkStyle { get; set; }

Property Value

Type Description
Style

A Style object applied to the check mark displayed in the Tile in the checked state.

Remarks

Target type: DevExpress.UI.Xaml.Layout.TileCheck.

See Also