RichTextBox for UWP/WinRT
StyleProperty コンストラクタ(Object,Boolean)

この StyleProperty のデフォルト値。
このプロパティが C1TextElement ツリーで継承されるかどうかを示します。
新しい StyleProperty インスタンスを作成します。
構文
'宣言
 
Public Function New( _
   ByVal defaultValue As System.Object, _
   ByVal inherited As System.Boolean _
)
public StyleProperty( 
   System.object defaultValue,
   System.bool inherited
)

パラメータ

defaultValue
この StyleProperty のデフォルト値。
inherited
このプロパティが C1TextElement ツリーで継承されるかどうかを示します。
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

参照

関連項目

StyleProperty クラス
StyleProperty メンバ
オーバーロード一覧

Send Feedback