ITextBlock
Interface
Represents a single word in TextBoxWrapPanel
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public interface ITextBlock
Derived Classes:
Properties
Gets the control bounding rectangle.
C#
Rectangle ControlBoundingRectangle { get; }
Gets the desired size of the block
C#
SizeF DesiredSize { get; }
The size of the desired.
Gets the length of the word. It can be different than the exact text length.
C#
int Length { get; }
Gets or sets the block according to the previous one
C#
int Offset { get; set; }
The offset.