C# Class ListViewRichEditBoxApp1.RtfText

ファイルを表示 Open project: Myfreedom614/UWP-Samples

Public Properties

Property Type Description
RichTextProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
GetRichText ( DependencyObject obj ) : string
SetRichText ( DependencyObject obj, string value ) : void

Private Methods

Method Description
callback ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

GetRichText() public static method

public static GetRichText ( DependencyObject obj ) : string
obj Windows.UI.Xaml.DependencyObject
return string

SetRichText() public static method

public static SetRichText ( DependencyObject obj, string value ) : void
obj Windows.UI.Xaml.DependencyObject
value string
return void

Property Details

RichTextProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml RichTextProperty
return Windows.UI.Xaml.DependencyProperty