Table of Contents

Class OverlayLayoutChild

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

Constructors

OverlayLayoutChild(bool, params ConstructArgument[])

protected OverlayLayoutChild(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

OverlayLayoutChild(IntPtr, bool)

protected OverlayLayoutChild(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

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