Class FixedLayoutChild
- Namespace
- Gtk
- Assembly
- Gtk-4.0.dll
public class FixedLayoutChild : LayoutChild, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
- Inheritance
-
FixedLayoutChild
- Implements
- Inherited Members
Constructors
FixedLayoutChild(bool, params ConstructArgument[])
protected FixedLayoutChild(bool owned, params ConstructArgument[] constructArguments)
Parameters
owned
boolconstructArguments
ConstructArgument[]
FixedLayoutChild(IntPtr, bool)
protected FixedLayoutChild(IntPtr ptr, bool ownedRef)
Parameters
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