C# Class Catrobat.IDE.WindowsPhone.Controls.FormulaControls.Templates.FormulaTokenTemplate

Afficher le fichier Open project: Catrobat/CatrobatForWindows

Méthodes publiques

Méthode Description
CreateContainer ( IFormulaToken token ) : Grid
GetCharacterWidth ( Grid container ) : int
SetFontSize ( Grid container, double fontSize ) : void
SetStyle ( Grid container, bool isSelected ) : void

Private Methods

Méthode Description
UpdateMargin ( Grid container ) : void

Method Details

CreateContainer() public méthode

public CreateContainer ( IFormulaToken token ) : Grid
token IFormulaToken
Résultat Windows.UI.Xaml.Controls.Grid

GetCharacterWidth() public static méthode

public static GetCharacterWidth ( Grid container ) : int
container Windows.UI.Xaml.Controls.Grid
Résultat int

SetFontSize() public static méthode

public static SetFontSize ( Grid container, double fontSize ) : void
container Windows.UI.Xaml.Controls.Grid
fontSize double
Résultat void

SetStyle() public static méthode

public static SetStyle ( Grid container, bool isSelected ) : void
container Windows.UI.Xaml.Controls.Grid
isSelected bool
Résultat void