Class GridLayoutChild
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public class GridLayoutChild : LayoutChild, IDisposable, GTypeProvider, InstanceFactory
- Inheritance
-
GridLayoutChild
- Implements
-
- Inherited Members
-
Constructors
GridLayoutChild(params ConstructArgument[])
public GridLayoutChild(params ConstructArgument[] constructArguments)
Parameters
constructArguments
ConstructArgument[]
GridLayoutChild(GridLayoutChildHandle)
public GridLayoutChild(GridLayoutChildHandle handle)
Parameters
handle
GridLayoutChildHandle
Fields
ColumnPropertyDefinition
public static readonly Property<int, GridLayoutChild> ColumnPropertyDefinition
Field Value
- Property<int, GridLayoutChild>
ColumnSpanPropertyDefinition
public static readonly Property<int, GridLayoutChild> ColumnSpanPropertyDefinition
Field Value
- Property<int, GridLayoutChild>
RowPropertyDefinition
public static readonly Property<int, GridLayoutChild> RowPropertyDefinition
Field Value
- Property<int, GridLayoutChild>
RowSpanPropertyDefinition
public static readonly Property<int, GridLayoutChild> RowSpanPropertyDefinition
Field Value
- Property<int, GridLayoutChild>
Properties
Column
public int Column { get; set; }
Property Value
- int
ColumnSpan
public int ColumnSpan { get; set; }
Property Value
- int
Row
public int Row { get; set; }
Property Value
- int
RowSpan
public int RowSpan { get; set; }
Property Value
- int
Methods
GetColumn()
Returns
- int
GetColumnSpan()
public int GetColumnSpan()
Returns
- int
GetGType()
public static Type GetGType()
Returns
- Type
GetRow()
Returns
- int
GetRowSpan()
Returns
- int
SetColumn(int)
public void SetColumn(int column)
Parameters
column
int
SetColumnSpan(int)
public void SetColumnSpan(int span)
Parameters
span
int
SetRow(int)
public void SetRow(int row)
Parameters
row
int
SetRowSpan(int)
public void SetRowSpan(int span)
Parameters
span
int