Skip to main content

RatingItem.Stretch Property

Gets or sets the stretch mode. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Editors

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public Stretch Stretch { get; set; }

Property Value

Type Description
Stretch

A Windows.UI.Xaml.Media.Stretch enumeration value that describes how the item geometry is resized to fill its allocated space.

See Also