Class FixedLayoutChild
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public class FixedLayoutChild : LayoutChild, IDisposable, GTypeProvider, InstanceFactory
- Inheritance
-
FixedLayoutChild
- Implements
- Inherited Members
Constructors
FixedLayoutChild(params ConstructArgument[])
public FixedLayoutChild(params ConstructArgument[] constructArguments)
Parameters
constructArguments
ConstructArgument[]
FixedLayoutChild(FixedLayoutChildHandle)
public FixedLayoutChild(FixedLayoutChildHandle handle)
Parameters
handle
FixedLayoutChildHandle
Fields
TransformPropertyDefinition
public static readonly Property<Transform, FixedLayoutChild> TransformPropertyDefinition
Field Value
Properties
Transform
public Transform Transform { get; set; }
Property Value
Methods
GetGType()
public static Type GetGType()
Returns
GetTransform()
public Transform? GetTransform()
Returns
SetTransform(Transform)
public void SetTransform(Transform transform)
Parameters
transform
Transform