Click or drag to resize
HyperTextStyles Properties

The HyperTextStyles type exposes the following members.

Properties
  NameDescription
Public propertyCascadedDefaultFontStyle
Gets the cascaded default font style.
Public propertyCascadedDefaultLinkStyle
Gets the cascaded default link style.
Public propertyCascadedDefaultTextColor
Gets the cascaded default text color.
Public propertyCascadedFont
Gets the cascaded font.
Public propertyCascadedFontSize
Gets the cascaded font size.
Public propertyCascadedLineSpacing
Gets the cascaded line spacing.
Public propertyCascadedLinkHitboxPadding
Gets the cascaded link hitbox padding.
Public propertyDefaultFontStyle
Gets or sets the default font style.
Public propertyDefaultLinkStyle
Gets or sets the default link style.
Public propertyDefaultTextColor
Gets or sets the default color of the text.
Public propertyFont
Gets or sets the font defined on this instance.
Public propertyFontSize
Gets or sets the size of the font.
Public propertyLineSpacing
Gets or sets the line spacing.
Public propertyLinkHitboxPadding
Gets a value indicating the number of units on each side that link hitboxes should extend beyond the bounds of the glyph geometry. Use positive values to generate link hitboxes that are larger than their encapsulated geometry (for, e.g., small screen devices).
Public propertyShouldOverrideInheritedDefaultFontStyle
Gets or sets a value indicating whether this instance should override the inherited default font style.
Public propertyShouldOverrideInheritedDefaultLinkStyle
Gets or sets a value indicating whether this instance should override the inherited default link style.
Public propertyShouldOverrideInheritedDefaultTextColor
Gets or sets a value indicating whether this instance should override the inherited default text color.
Public propertyShouldOverrideInheritedFontSize
Gets or sets a value indicating whether this instance should override the inherited font size.
Public propertyShouldOverrideInheritedLineSpacing
Gets or sets a value indicating whether this instance should override the inherited line spacing.
Public propertyShouldOverrideInheritedLinkHitboxPadding
Gets or sets a value indicating whether this instance should override the inherited link hitbox padding.
Top
See Also