Class AttributeKey

AttributeKey class

Represents Standard Attribute Keys.

public sealed class AttributeKey

Properties

NameDescription
Key { get; }Get Attribute Key.
Owner { get; }Get Attribute Owner.

Methods

NameDescription
override ToString()Returns a string that represents the current object.
explicit operatorPerforms an explicit conversion from String to AttributeKey.

Fields

NameDescription
static readonly BackgroundColorBackgroundColor attribute (Layout attribute owner).
static readonly BaselineShiftBaselineShift attribute (Layout attribute owner).
static readonly BBoxBBox attribute (Layout attribute owner).
static readonly BlockAlignBlockAlign attribute (Layout attribute owner).
static readonly BorderColorBorderColor attribute (Layout attribute owner).
static readonly BorderStyleBorderStyle attribute (Layout attribute owner).
static readonly BorderThicknessBorderThickness attribute (Layout attribute owner).
static readonly CheckedChecked attribute (PrintField attribute owner).
static readonly ColorColor attribute (Layout attribute owner).
static readonly ColSpanColSpan attribute (Table attribute owner).
static readonly ColumnCountColumnCount attribute (Layout attribute owner).
static readonly ColumnGapColumnGap attribute (Layout attribute owner).
static readonly ColumnWidthsColumnWidths attribute (Layout attribute owner).
static readonly DescDesc attribute (PrintField attribute owner).
static readonly EndIndentEndIndent attribute (Layout attribute owner).
static readonly GlyphOrientationVerticalGlyphOrientationVertical attribute (Layout attribute owner).
static readonly HeadersHeaders attribute (Table attribute owner).
static readonly HeightHeight attribute (Layout attribute owner).
static readonly InlineAlignInlineAlign attribute (Layout attribute owner).
static readonly LineHeightLineHeight attribute (Layout attribute owner).
static readonly ListNumberingListNumbering attribute (List attribute owner).
static readonly PaddingPadding attribute (Layout attribute owner).
static readonly PlacementPlacement attribute (Layout attribute owner).
static readonly RoleRole attribute (PrintField attribute owner).
static readonly RowSpanRowSpan attribute (Table attribute owner).
static readonly RubyAlignRubyAlign attribute (Layout attribute owner).
static readonly RubyPositionRubyPosition attribute (Layout attribute owner).
static readonly ScopeScope attribute (Table attribute owner).
static readonly SpaceAfterSpaceAfter attribute (Layout attribute owner).
static readonly SpaceBeforeSpaceBefore attribute (Layout attribute owner).
static readonly StartIndentStartIndent attribute (Layout attribute owner).
static readonly SummarySummary attribute (Table attribute owner).
static readonly TBorderStyleTBorderStyle attribute (Layout attribute owner).
static readonly TextAlignTextAlign attribute (Layout attribute owner).
static readonly TextDecorationColorTextDecorationColor attribute (Layout attribute owner).
static readonly TextDecorationThicknessTextDecorationThickness attribute (Layout attribute owner).
static readonly TextDecorationTypeTextDecorationType attribute (Layout attribute owner).
static readonly TextIndentTextIndent attribute (Layout attribute owner).
static readonly TPaddingTPadding attribute (Layout attribute owner).
static readonly WidthWidth attribute (Layout attribute owner).
static readonly WritingModeWritingMode attribute (Layout attribute owner).

See Also