Skip to main content

ButtonInfo.ImageNineGrid Property

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

Namespace: DevExpress.UI.Xaml.Editors

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Thickness ImageNineGrid { get; set; }

Property Value

Type Description
Thickness

A Thickness value.

Remarks

To learn more, see Using Nine-Grid Rendering.

See Also