C# Class MonocleGiraffe.Controls.Extensions.TextBlockExtensions

Mostrar archivo Open project: akshay2000/MonocleGiraffe

Public Properties

Property Type Description
TextProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
GetText ( DependencyObject obj ) : bool
SetText ( DependencyObject obj, bool value ) : void

Private Methods

Method Description
Link_Click ( Hyperlink sender, HyperlinkClickEventArgs args ) : void
OnChanged ( DependencyObject o, DependencyPropertyChangedEventArgs args ) : void

Method Details

GetText() public static method

public static GetText ( DependencyObject obj ) : bool
obj Windows.UI.Xaml.DependencyObject
return bool

SetText() public static method

public static SetText ( DependencyObject obj, bool value ) : void
obj Windows.UI.Xaml.DependencyObject
value bool
return void

Property Details

TextProperty public_oe static_oe property

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