RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / ImageAttach Class / SetFormat Method
The object to which the property value is written.
The Format value of the specified object.

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

    Parameters

    obj
    The object to which the property value is written.
    value
    The Format value of the specified object.
    See Also