Table of Contents

Class OverlayLayoutChild

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class OverlayLayoutChild : LayoutChild, IDisposable, GTypeProvider, InstanceFactory
Inheritance
OverlayLayoutChild
Implements
Inherited Members

Constructors

OverlayLayoutChild(params ConstructArgument[])

public OverlayLayoutChild(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

OverlayLayoutChild(OverlayLayoutChildHandle)

public OverlayLayoutChild(OverlayLayoutChildHandle handle)

Parameters

handle OverlayLayoutChildHandle

Fields

ClipOverlayPropertyDefinition

public static readonly Property<bool, OverlayLayoutChild> ClipOverlayPropertyDefinition

Field Value

Property<bool, OverlayLayoutChild>

MeasurePropertyDefinition

public static readonly Property<bool, OverlayLayoutChild> MeasurePropertyDefinition

Field Value

Property<bool, OverlayLayoutChild>

Properties

ClipOverlay

public bool ClipOverlay { get; set; }

Property Value

bool

Measure

public bool Measure { get; set; }

Property Value

bool

Methods

GetClipOverlay()

public bool GetClipOverlay()

Returns

bool

GetGType()

public static Type GetGType()

Returns

Type

GetMeasure()

public bool GetMeasure()

Returns

bool

SetClipOverlay(bool)

public void SetClipOverlay(bool clipOverlay)

Parameters

clipOverlay bool

SetMeasure(bool)

public void SetMeasure(bool measure)

Parameters

measure bool