New to Telerik UI for WinFormsStart a free 30-day trial

Represents palette of colors for coloring the SyntaxEditor syntax-related words.

Definition

Namespace:Telerik.WinForms.Controls.SyntaxEditor.Palettes

Assembly:Telerik.WinControls.SyntaxEditor.dll

Syntax:

C#
[TypeConverter(typeof(SyntaxEditorPaletteConverter))]
public class SyntaxEditorPalette : RadObject, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor

Inheritance: objectDisposableObjectRadObjectSyntaxEditorPalette

Derived Classes: DarkPaletteLightPaletteNeutralDarkPaletteNeutralPalette

Implements: ICustomTypeDescriptorIDisposableINotifyPropertyChanged

Inherited Members RadObject.BindingContextPropertyRadObject.RadTypeRadObject.ReplaceDefaultDescriptors(PropertyDescriptorCollection)RadObject.DisposeManagedResources()RadObject.ClearPropertyStore()RadObject.SuspendPropertyNotifications()RadObject.ResumePropertyNotifications()RadObject.GetPropertyValue(RadProperty)RadObject.SetDefaultValueOverride(RadProperty, object)RadObject.GetValue(RadProperty)RadObject.SetValue(RadProperty, object)RadObject.ResetValue(RadProperty)RadObject.ResetLocalValue(RadProperty)RadObject.ResetValue(RadProperty, ValueResetFlags)RadObject.UpdateValue(RadProperty)RadObject.GetValueSource(RadProperty)RadObject.GetRegisteredRadProperty(string)RadObject.UpdateValueCore(RadPropertyValue)RadObject.SetValueCore(RadPropertyValue, object, object, ValueSource)RadObject.ResetValueCore(RadPropertyValue, ValueResetFlags)RadObject.GetDefaultValue(RadPropertyValue, object)RadObject.CoerceValue(RadPropertyValue, object)RadObject.ShouldSerializeProperty(RadProperty)RadObject.CanRaisePropertyChangeNotifications(RadPropertyValue)RadObject.BindProperty(RadProperty, RadObject, RadProperty, PropertyBindingOptions)RadObject.UnbindProperty(RadProperty)RadObject.AddStylePropertySetting(IPropertySetting)RadObject.GetInheritedValue(RadProperty)RadObject.OnPropertyChanging(RadPropertyChangingEventArgs)RadObject.OnPropertyChanged(RadPropertyChangedEventArgs)RadObject.OnNotifyPropertyChanged(string)RadObject.OnNotifyPropertyChanged(PropertyChangedEventArgs)RadObject.OnShouldSerializeProperty(ShouldSerializePropertyEventArgs)RadObject.IsPropertyCancelable(RadPropertyMetadata)RadObject.PropertyValuesRadObject.PropertyFilterRadObject.RadObjectTypeRadObject.BindingContextRadObject.PropertyChangedRadObject.RadPropertyChangedRadObject.RadPropertyChangingDisposableObject.GetBitState(long)DisposableObject.SetBitState(long, bool)DisposableObject.OnBitStateChanged(long, bool, bool)DisposableObject.Dispose()DisposableObject.Dispose(bool)DisposableObject.PerformDispose(bool)DisposableObject.DisposeUnmanagedResources()DisposableObject.BitStateDisposableObject.EventsDisposableObject.IsDisposingDisposableObject.IsDisposedDisposableObject.DisposedDisposableObject.Disposing...

Constructors

C#
public SyntaxEditorPalette()

Fields

Identifies the ArrayColor dependency property.

C#
public static readonly RadProperty ArrayColorProperty

Identifies the CommentColor dependency property.

C#
public static readonly RadProperty CommentColorProperty

Identifies the IdentifierColor dependency property.

C#
public static readonly RadProperty IdentifierColorProperty

Identifies the KeywordColor dependency property.

C#
public static readonly RadProperty KeywordColorProperty

Identifies the NumberColor dependency property.

C#
public static readonly RadProperty NumberColorProperty

Identifies the OperatorColor dependency property.

C#
public static readonly RadProperty OperatorColorProperty

Identifies the PreprocessorKeywordColor dependency property.

C#
public static readonly RadProperty PreprocessorKeywordColorProperty

Identifies the StringColor dependency property.

C#
public static readonly RadProperty StringColorProperty

Identifies the TrueFalseNullColor dependency property.

C#
public static readonly RadProperty TrueFalseNullColorProperty

Identifies the XmlAttributeColor dependency property.

C#
public static readonly RadProperty XmlAttributeColorProperty

Identifies the XmlCharacterDataColor dependency property.

C#
public static readonly RadProperty XmlCharacterDataColorProperty

Identifies the XmlCommentColor dependency property.

C#
public static readonly RadProperty XmlCommentColorProperty

Identifies the XmlContentColor dependency property.

C#
public static readonly RadProperty XmlContentColorProperty

Identifies the XmlElementColor dependency property.

C#
public static readonly RadProperty XmlElementColorProperty

Identifies the XmlStringColor dependency property.

C#
public static readonly RadProperty XmlStringColorProperty

Identifies the XmlTagColor dependency property.

C#
public static readonly RadProperty XmlTagColorProperty

Properties

Array color.

C#
public Color ArrayColor { get; set; }

Comment color.

C#
public Color CommentColor { get; set; }

Identifier color.

C#
public Color IdentifierColor { get; set; }

Keyword color.

C#
public Color KeywordColor { get; set; }

Number color.

C#
public Color NumberColor { get; set; }

Operator color.

C#
public Color OperatorColor { get; set; }

Gets the palette name.

C#
public virtual string PaletteName { get; }

PreprocessorKeyword color.

C#
public Color PreprocessorKeywordColor { get; set; }

String color.

C#
public Color StringColor { get; set; }

TrueFalseNullColor color.

C#
public Color TrueFalseNullColor { get; set; }

XmlAttribute color.

C#
public Color XmlAttributeColor { get; set; }

XmlCharacterData color.

C#
public Color XmlCharacterDataColor { get; set; }

XmlComment color.

C#
public Color XmlCommentColor { get; set; }

XmlContent color.

C#
public Color XmlContentColor { get; set; }

XmlElement color.

C#
public Color XmlElementColor { get; set; }

XmlString color.

C#
public Color XmlStringColor { get; set; }

XmlTag color.

C#
public Color XmlTagColor { get; set; }

Methods

Creates new instance of SyntaxEditorPalette class.

C#
protected RadObject CreateInstanceCore()
Returns:

RadObject