C# Class ZSCY_Win10.Util.TextBlockFormatter

Show file Open project: RedrockMobile/CyxbsMobile_Win

Public Properties

Property Type Description
FormattedTextProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
GetFormattedText ( DependencyObject obj ) : Inline
SetFormattedText ( DependencyObject obj, Inline value ) : void

Private Methods

Method Description
OnFormattedTextChanged ( DependencyObject o, DependencyPropertyChangedEventArgs e ) : void

Method Details

GetFormattedText() public static method

public static GetFormattedText ( DependencyObject obj ) : Inline
obj Windows.UI.Xaml.DependencyObject
return Windows.UI.Xaml.Documents.Inline

SetFormattedText() public static method

public static SetFormattedText ( DependencyObject obj, Inline value ) : void
obj Windows.UI.Xaml.DependencyObject
value Windows.UI.Xaml.Documents.Inline
return void

Property Details

FormattedTextProperty public static property

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