Search Results for

    Show / Hide Table of Contents

    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
    In this article
    • Fields
      • FormattedTextProperty
    • Methods
      • GetFormattedText(DependencyObject)
      • SetFormattedText(DependencyObject, string)
    Back to top Generated by DocFX