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

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

Méthodes publiques

Свойство Type Description
StampContentProperty Windows.UI.Xaml.DependencyProperty
StampDataProperty Windows.UI.Xaml.DependencyProperty
StampTypeProperty Windows.UI.Xaml.DependencyProperty

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
Shape ( ) : CoreLib.Converters
UpdateRotation ( double angle ) : void
UpdateStrokeThickness ( double thickness ) : void

Private Methods

Méthode Description
Shape_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

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

Shape() public méthode

public Shape ( ) : CoreLib.Converters
Résultat CoreLib.Converters

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

Property Details

StampContentProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml StampContentProperty
Résultat Windows.UI.Xaml.DependencyProperty

StampDataProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml StampDataProperty
Résultat Windows.UI.Xaml.DependencyProperty

StampTypeProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml StampTypeProperty
Résultat Windows.UI.Xaml.DependencyProperty