'宣言 Public Function GetValue(Of T)( _ ByVal prop As StyleProperty _ ) As T
public T GetValue<T>( StyleProperty prop )
パラメータ
- prop
- StyleProperty。
型パラメータ
- T
- スタイルプロパティパラメータ値の型。
戻り値の型
この C1TextElementのスタイルプロパティの値。
'宣言 Public Function GetValue(Of T)( _ ByVal prop As StyleProperty _ ) As T
public T GetValue<T>( StyleProperty prop )