Class LayoutOptions
Denotes layout options for nodes
public class LayoutOptions
- Inheritance
-
LayoutOptions
- Inherited Members
Properties
PaddingRight
Determines the padding right
public double? PaddingRight { get; init; }
Property Value
PrefHeight
Gets the preferred height
public double? PrefHeight { get; init; }
Property Value
PrefWidth
Gets the preferred width
public double? PrefWidth { get; init; }