Table of Contents

Class Tag

Namespace
GtkSource
Assembly
GtkSource-5.dll
public class Tag : TextTag, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
Tag
Implements
Inherited Members

Constructors

Tag(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

Tag(IntPtr, bool)

protected Tag(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

DrawSpacesPropertyDefinition

public static readonly Property<bool, Tag> DrawSpacesPropertyDefinition

Field Value

Property<bool, Tag>

DrawSpacesSetPropertyDefinition

public static readonly Property<bool, Tag> DrawSpacesSetPropertyDefinition

Field Value

Property<bool, Tag>

Properties

DrawSpaces

public bool DrawSpaces { get; set; }

Property Value

bool

DrawSpacesSet

public bool DrawSpacesSet { get; set; }

Property Value

bool

Methods

GetGType()

public static Type GetGType()

Returns

Type

New(string?)

public static Tag New(string? name)

Parameters

name string

Returns

Tag