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
BreakInsertsHyphen
public uint BreakInsertsHyphen { get; set; }
Property Value
BreakRemovesPreceding
public uint BreakRemovesPreceding { get; set; }
Property Value
Handle
public LogAttrOwnedHandle Handle { get; }
Property Value
IsCharBreak
public uint IsCharBreak { get; set; }
Property Value
IsCursorPosition
public uint IsCursorPosition { get; set; }
Property Value
IsExpandableSpace
public uint IsExpandableSpace { get; set; }
Property Value
IsLineBreak
public uint IsLineBreak { get; set; }
Property Value
IsMandatoryBreak
public uint IsMandatoryBreak { get; set; }
Property Value
IsSentenceBoundary
public uint IsSentenceBoundary { get; set; }
Property Value
IsSentenceEnd
public uint IsSentenceEnd { get; set; }
Property Value
IsSentenceStart
public uint IsSentenceStart { get; set; }
Property Value
IsWhite
public uint IsWhite { get; set; }
Property Value
IsWordBoundary
public uint IsWordBoundary { get; set; }
Property Value
IsWordEnd
public uint IsWordEnd { get; set; }
Property Value
IsWordStart
public uint IsWordStart { get; set; }
Property Value
Reserved
public uint Reserved { get; set; }
Property Value
Methods
Equals(LogAttr?)
public bool Equals(LogAttr? other)
Parameters
other
LogAttr
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.