Interface ITextBlock
Inherited Members
Namespace: ArtOfTest.WebAii.Controls.Xaml
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface ITextBlock : IFrameworkElement, ITargetElement
Properties
DisplayedText
Declaration
string DisplayedText { get; }
Property Value
System.String
|
Text
Declaration
string Text { get; set; }
Property Value
System.String
|