C# Класс BalloonsPop.GraphicUserInterface.Gadgets.StringExtensions

Provides additional functionality for the string struct.
Показать файл Открыть проект

Открытые методы

Метод Описание
WrapInTextBox ( this text, System.Windows.Controls.TextBlock box ) : System.Windows.Controls.TextBlock

Wraps a string in a TextBox element and returns the wrapper TextBox.

Описание методов

WrapInTextBox() публичный статический Метод

Wraps a string in a TextBox element and returns the wrapper TextBox.
public static WrapInTextBox ( this text, System.Windows.Controls.TextBlock box ) : System.Windows.Controls.TextBlock
text this The text to be wrapped inside the TextBox.
box System.Windows.Controls.TextBlock The wrapper TextBox.
Результат System.Windows.Controls.TextBlock