Summary
Holds a column definitions for a
Grid
.
- Namespace
- Avalonia
.Controls - Interfaces
-
- IAvaloniaObject
- IAvaloniaObjectDebug
- I
Notify Property Changed - IValueSink
- Base Types
-
- object
- AvaloniaObject
- DefinitionBase
graph BT
Type-->Base0["DefinitionBase"]
click Base0 "/api/Avalonia.Controls/DefinitionBase"
Base0-->Base1["AvaloniaObject"]
click Base1 "/api/Avalonia/AvaloniaObject"
Base1-->Base2["object"]
Type-.->Interface0["IAvaloniaObject"]
click Interface0 "/api/Avalonia/IAvaloniaObject"
Type-.->Interface1["IAvaloniaObjectDebug"]
click Interface1 "/api/Avalonia.Diagnostics/IAvaloniaObjectDebug"
Type-.->Interface2["INotifyPropertyChanged"]
Type-.->Interface3["IValueSink"]
Type["ColumnDefinition"]
class Type type-node
Syntax
public class ColumnDefinition : DefinitionBase, IAvaloniaObject, IAvaloniaObjectDebug,
INotifyPropertyChanged, IValueSink
Constructors
Name | Summary |
---|---|
ColumnDefinition |
Initializes a new instance of the ColumnDefinition class.
|
ColumnDefinition |
Initializes a new instance of the ColumnDefinition class.
|
ColumnDefinition |
Initializes a new instance of the ColumnDefinition class.
|
Events
Name | Type | Summary |
---|---|---|
PropertyChanged | EventHandler |
Raised when a
AvaloniaProperty value changes on this object.
Inherited from AvaloniaObject
|
Fields
Name | Constant Value | Summary |
---|---|---|
MaxWidthProperty |
Defines the
MaxWidth property.
static
|
|
MinWidthProperty |
Defines the
MinWidth property.
static
|
|
Shared |
Shared size group property marks column / row definition as belonging to a group "Foo" or "Bar".
Inherited from DefinitionBase
static
|
|
WidthProperty |
Defines the
Width property.
static
|
Properties
Name | Value | Summary |
---|---|---|
ActualWidth | double |
Gets the actual calculated width of the column.
|
InheritanceParent | IAvaloniaObject |
Gets or sets the parent object that inherited
AvaloniaProperty values
are inherited from.
Inherited from AvaloniaObject
|
MaxWidth | double |
Gets or sets the maximum width of the column in DIPs.
|
MinWidth | double |
Gets or sets the minimum width of the column in DIPs.
|
SharedSizeGroup | string |
SharedSizeGroup property.
Inherited from DefinitionBase
|
this[ |
object |
Gets or sets the value of a
AvaloniaProperty .
Inherited from AvaloniaObject
|
this[ |
IBinding |
Gets or sets a binding for a
AvaloniaProperty .
Inherited from AvaloniaObject
|
Width | GridLength |
Gets or sets the width of the column.
|