Class TextContainerUserControl
Inheritance
System.Object
TextContainerUserControl
Namespace: Telerik.WinForms.Controls.SyntaxEditor.UI
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public class TextContainerUserControl : UserControl
Constructors
TextContainerUserControl()
Declaration
public TextContainerUserControl()
Properties
Font
Declaration
public Font Font { get; set; }
Property Value
System.Drawing.Font
|
Label
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
GetDesiredSize(SizeF)
Declaration
public Size GetDesiredSize(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.Size
|