Class DefinitionInfo
- Namespace
- DrawnUi.Models
- Assembly
- DrawnUi.Maui.dll
public class DefinitionInfo
- Inheritance
-
DefinitionInfo
- Inherited Members
-
- Extension Methods
-
Constructors
DefinitionInfo(GridLength)
public DefinitionInfo(GridLength gridLength)
Parameters
gridLength GridLength
Properties
GridLength
public GridLength GridLength { get; }
Property Value
- GridLength
IsAbsolute
public bool IsAbsolute { get; }
Property Value
- bool
IsAuto
public bool IsAuto { get; }
Property Value
- bool
IsStar
public bool IsStar { get; }
Property Value
- bool
Size
public double Size { get; set; }
Property Value
- double
Methods
Update(double)
public void Update(double size)
Parameters
size double