Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Sets or Returns a NamedStyle object that represents the Style of this character run.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Sets or Returns a [NamedStyle|NamedStyle] object that represents the Style of this character run.{excerpt}
{signature:C#}
 public NamedStyle Style{ get; set; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Property Style() As NamedStyle
{signature}