RichTextBox for WinRT
SetFormat Method


The object to which the property value is written.
The Format value of the specified object.
Set the value of the Format attached property for a given object.
Syntax
'Declaration
 
Public Shared Sub SetFormat( _
   ByVal obj As Windows.UI.Xaml.DependencyObject, _
   ByVal value As System.String _
) 
'Usage
 
Dim obj As Windows.UI.Xaml.DependencyObject
Dim value As System.String
 
ImageAttach.SetFormat(obj, value)
public static void SetFormat( 
   Windows.UI.Xaml.DependencyObject obj,
   System.string value
)

Parameters

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ImageAttach Class
ImageAttach Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback