Skip to main content

ButtonInfo.ImageNineGrid Property

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

Namespace: DevExpress.WinUI.Editors

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(null)]
public Thickness ImageNineGrid { get; set; }

Property Value

Type Description
Thickness

A Thickness value.

Remarks

To learn more, see Using Nine-Grid Rendering.

See Also