Class WpfFormattedText
Inheritance
Object
WpfFormattedText
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.Desktop.Platform.Controls.Converters
Assembly: Sdl.Desktop.Platform.Controls.dll
Syntax
public static class WpfFormattedText
Fields
FormattedTextProperty
Declaration
public static readonly DependencyProperty FormattedTextProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Methods
GetFormattedText(DependencyObject)
Declaration
public static string GetFormattedText(DependencyObject obj)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | obj |
Returns
Type | Description |
---|---|
String |
SetFormattedText(DependencyObject, String)
Declaration
public static void SetFormattedText(DependencyObject obj, string value)
Parameters
Type | Name | Description |
---|---|---|
DependencyObject | obj | |
String | value |