Table of Contents

Class LogAttr

Namespace
Pango
Assembly
Pango-1.0.dll
public sealed class LogAttr
Inheritance
LogAttr
Inherited Members

Constructors

LogAttr()

public LogAttr()

LogAttr(LogAttrOwnedHandle)

public LogAttr(LogAttrOwnedHandle handle)

Parameters

handle LogAttrOwnedHandle

Properties

BackspaceDeletesCharacter

public uint BackspaceDeletesCharacter { get; set; }

Property Value

uint

BreakInsertsHyphen

public uint BreakInsertsHyphen { get; set; }

Property Value

uint

BreakRemovesPreceding

public uint BreakRemovesPreceding { get; set; }

Property Value

uint

Handle

public LogAttrOwnedHandle Handle { get; }

Property Value

LogAttrOwnedHandle

IsCharBreak

public uint IsCharBreak { get; set; }

Property Value

uint

IsCursorPosition

public uint IsCursorPosition { get; set; }

Property Value

uint

IsExpandableSpace

public uint IsExpandableSpace { get; set; }

Property Value

uint

IsLineBreak

public uint IsLineBreak { get; set; }

Property Value

uint

IsMandatoryBreak

public uint IsMandatoryBreak { get; set; }

Property Value

uint

IsSentenceBoundary

public uint IsSentenceBoundary { get; set; }

Property Value

uint

IsSentenceEnd

public uint IsSentenceEnd { get; set; }

Property Value

uint

IsSentenceStart

public uint IsSentenceStart { get; set; }

Property Value

uint

IsWhite

public uint IsWhite { get; set; }

Property Value

uint

IsWordBoundary

public uint IsWordBoundary { get; set; }

Property Value

uint

IsWordEnd

public uint IsWordEnd { get; set; }

Property Value

uint

IsWordStart

public uint IsWordStart { get; set; }

Property Value

uint

Reserved

public uint Reserved { get; set; }

Property Value

uint

Methods

Equals(LogAttr?)

public bool Equals(LogAttr? other)

Parameters

other LogAttr

Returns

bool

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.