Gets or sets the name of the skin that is used by all editor components -
toolbars, dialogs, etc.
Namespace: Telerik.WebControls
Assembly: RadEditor (in RadEditor.dll)
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property Skin As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As RadEditor
Dim value As String
instance.Skin = value
value = instance.Skin
|
| C# | |
|---|
public string Skin {get; set;} |
Return Value
A string containing the name of the currently used skin. The default value is
Default.
Remarks
Requirements
RadEditor 6.0 or above.
See Also