InterfaceITextBlock
Interface
Represents interface for the Xaml TextBlock control wrappers.
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public interface ITextBlock : IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
DisplayedText
Gets displayed text of the TextBlock. Depending how control is configured, displayed text might be the value of Text property, data bound value or combination of inline elements.