C# Class X.Viewer.SketchFlow.Controls.Stamps.Text

Inheritance: Windows.UI.Xaml.Controls.UserControl, IStamp
Afficher le fichier Open project: liquidboy/X

Méthodes publiques

Méthode Description
GenerateFromXAML ( UIElement template ) : void
GenerateXAML ( string uid, double scaleX, double scaleY, double left, double top ) : string
GetData ( ) : string
PopulateFromUIElement ( UIElement element ) : void
Text ( ) : System
UpdateRotation ( double angle ) : void
UpdateStrokeThickness ( double thickness ) : void

Private Methods

Méthode Description
Text_Unloaded ( object sender, RoutedEventArgs e ) : void
TlLeftCenterToolbar_OnTabChanged ( object sender, EventArgs e ) : void
butClose_Click ( object sender, RoutedEventArgs e ) : void
butGridMarker_Click ( object sender, RoutedEventArgs e ) : void
butLock_Click ( object sender, RoutedEventArgs e ) : void
butStamp_Click ( object sender, RoutedEventArgs e ) : void
butUnlock_Click ( object sender, RoutedEventArgs e ) : void
cpMain_ColorChanged ( object sender, EventArgs e ) : void
edges_PerformAction ( object sender, EventArgs e ) : void
tpMain_TextChanged ( object sender, EventArgs e ) : void

Method Details

GenerateFromXAML() public méthode

public GenerateFromXAML ( UIElement template ) : void
template Windows.UI.Xaml.UIElement
Résultat void

GenerateXAML() public méthode

public GenerateXAML ( string uid, double scaleX, double scaleY, double left, double top ) : string
uid string
scaleX double
scaleY double
left double
top double
Résultat string

GetData() public méthode

public GetData ( ) : string
Résultat string

PopulateFromUIElement() public méthode

public PopulateFromUIElement ( UIElement element ) : void
element Windows.UI.Xaml.UIElement
Résultat void

Text() public méthode

public Text ( ) : System
Résultat System

UpdateRotation() public méthode

public UpdateRotation ( double angle ) : void
angle double
Résultat void

UpdateStrokeThickness() public méthode

public UpdateStrokeThickness ( double thickness ) : void
thickness double
Résultat void