Table of Contents

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

Property<Transform, FixedLayoutChild>

Properties

Transform

public Transform Transform { get; set; }

Property Value

Transform

Methods

GetGType()

public static Type GetGType()

Returns

Type

GetTransform()

public Transform? GetTransform()

Returns

Transform

SetTransform(Transform)

public void SetTransform(Transform transform)

Parameters

transform Transform