RichTextBox for WinRT
GetFormat Method


The object from which the property value is read.
Gets the value of the Format attached property for a given object.
Syntax
'Declaration
 
Public Shared Function GetFormat( _
   ByVal obj As Windows.UI.Xaml.DependencyObject _
) As System.String
'Usage
 
Dim obj As Windows.UI.Xaml.DependencyObject
Dim value As System.String
 
value = ImageAttach.GetFormat(obj)
public static System.string GetFormat( 
   Windows.UI.Xaml.DependencyObject obj
)

Parameters

obj
The object from which the property value is read.

Return Value

The Format value of the requested 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