RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / ImageAttach Class / GetFormat Method
The object from which the property value is read.

In This Topic
    GetFormat Method (ImageAttach)
    In This Topic
    Gets the value of the Format attached property for a given object.
    Syntax
    'Declaration
     
    
    Public Shared Function GetFormat( _
       ByVal obj As DependencyObject _
    ) As String
    public static string GetFormat( 
       DependencyObject obj
    )

    Parameters

    obj
    The object from which the property value is read.

    Return Value

    The Format value of the requested object.
    See Also