C# Class Windows.UI.Xaml.Controls.TextBlock

Inheritance: FrameworkElement, ITextBlock
Mostra file Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
Focus ( [ value ) : bool
Select ( [ start, [ end ) : void
SelectAll ( ) : void
TextBlock ( ) : System

Method Details

Focus() public method

public Focus ( [ value ) : bool
value [
return bool

Select() public method

public Select ( [ start, [ end ) : void
start [
end [
return void

SelectAll() public method

public SelectAll ( ) : void
return void

TextBlock() public method

public TextBlock ( ) : System
return System