Skip to main content

DXImageIconSource.NineGrid Property

Gets or sets nine-grid values used to resize the image.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnContentChanged")]
public Thickness NineGrid { get; set; }

Property Value

Type Description
Thickness

Nine-grid values used to resize the image.

Remarks

Refer to the following help topic for more information: Using Nine-Grid Rendering.

See Also