RichTextBox for UWP/WinRT
SetFormat メソッド

プロパティ値を書き込むオブジェクト。
指定されたオブジェクトの Format 値。
指定されたオブジェクトの Format 添付プロパティの値を設定します。
構文
'宣言
 
Public Shared Sub SetFormat( _
   ByVal obj As Windows.UI.Xaml.DependencyObject, _
   ByVal value As System.String _
) 
public static void SetFormat( 
   Windows.UI.Xaml.DependencyObject obj,
   System.string value
)

パラメータ

obj
プロパティ値を書き込むオブジェクト。
value
指定されたオブジェクトの Format 値。
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

参照

関連項目

ImageAttach クラス
ImageAttach メンバ

Send Feedback