AvalonEdit
Properties Property
NamespacesICSharpCode.AvalonEdit.RenderingInlineObjectRunProperties
Gets the set of text properties that are shared by every character in the text run, such as typeface or foreground brush.
Declaration Syntax
C#Visual BasicVisual C++
public override TextRunProperties Properties { get; }
Public Overrides ReadOnly Property Properties As TextRunProperties
	Get
public:
virtual property TextRunProperties^ Properties {
	TextRunProperties^ get () override;
}
Return Value
A TextRunProperties value that represents the set of shared text properties.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238