C# 클래스 BalloonsPop.GraphicUserInterface.Gadgets.StringExtensions

Provides additional functionality for the string struct.
파일 보기 프로젝트 열기: Baloons-Pop-4/Main

공개 메소드들

메소드 설명
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