UseLayoutRounding Property
Gets or sets a value that determines whether the element should be snapped to pixel boundaries at layout time.
Definition
Namespace: Avalonia.Layout
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool UseLayoutRounding { get; set; }
Public Property UseLayoutRounding As Boolean
Get
Set
member UseLayoutRounding : bool with get, set