IRadTextBlock
Interface
Definition
Namespace:Telerik.WinForms.Documents.UI.TextBlocks
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public interface IRadTextBlock
Properties
C#
FlowDirection FlowDirection { get; set; }
C#
FontFamily FontFamily { get; set; }
C#
FontWeight FontWeight { get; set; }
C#
Color ForegroundColor { get; set; }
C#
double LineBaselineOffset { get; set; }
C#
double LineHeight { get; set; }
C#
TextWrapping TextWrapping { get; set; }
Methods
C#
void ClearInlines()