Class ColorTableOffice2007
Inheritance
System.Object
ColorTableOffice2007
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Syncfusion.Shared.Base.dll
public class ColorTableOffice2007 : IColorTableOffice2007Creator
Properties
Declaration
public virtual Color ArrowButtonBorderDark { get; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public virtual Color ArrowButtonBorderLight { get; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public virtual Color ArrowButtonBorderPressedDark { get; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public virtual Color ArrowButtonBorderPressedLight { get; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public virtual Color ArrowButtonBorderSelectedDark { get; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public virtual Color ArrowButtonBorderSelectedLight { get; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public virtual Color ArrowButtonGradientBegin { get; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public virtual Color ArrowButtonGradientEnd { get; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public virtual Color ArrowButtonGradientPressedBegin { get; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public virtual Color ArrowButtonGradientPressedEnd { get; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public virtual Color ArrowButtonGradientSelectedBegin { get; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public virtual Color ArrowButtonGradientSelectedEnd { get; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public virtual Color ArrowGradientBegin { get; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public virtual Color ArrowGradientEnd { get; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public virtual Color ArrowGradientNormalBegin { get; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public virtual Color ArrowGradientNormalEnd { get; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
protected Color[] OfficeColors { get; }
Property Value
| Type |
| System.Drawing.Color[] |
Declaration
public virtual Color ScrollerBorderBegin { get; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public virtual Color ScrollerBorderEnd { get; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public virtual Color ScrollerGradientBegin { get; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public virtual Color ScrollerGradientEnd { get; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public virtual Color ScrollerGripBackGround { get; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public virtual Color ScrollerGripDark { get; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public virtual Color ScrollerGripLight { get; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public virtual Color ThumbLinesGradientBegin { get; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public virtual Color ThumbLinesGradientEnd { get; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public virtual Color ThumbPressedBackgroundGradientBegin { get; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public virtual Color ThumbPressedBackgroundGradientEnd { get; }
Property Value
| Type |
| System.Drawing.Color |
Methods
Applies colors for managed scheme.
Declaration
public static void ApplyManagedColors(ScrollBarCustomDrawStyles style, Color baseColor)
Parameters
Declaration
public static void ApplyManagedScheme(Form form, ScrollBarCustomDrawStyles style, Office2007ColorScheme scheme)
Parameters
Declaration
public static Color GetAlphaBlendedColor(Color src, Color dest, int alpha)
Parameters
| Type |
Name |
Description |
| System.Drawing.Color |
src |
|
| System.Drawing.Color |
dest |
|
| System.Int32 |
alpha |
|
Returns
| Type |
| System.Drawing.Color |
Retrieves color table according to style and scheme.
Declaration
public static ColorTableOffice2007 GetColorTable(ScrollBarCustomDrawStyles style, Office2007ColorScheme scheme)
Parameters
Returns
Declaration
protected virtual void InitColors(ref Color[] colors)
Parameters
| Type |
Name |
Description |
| System.Drawing.Color[] |
colors |
|
Declaration
protected static void OnManagedColorApplied(Color baseColor)
Parameters
| Type |
Name |
Description |
| System.Drawing.Color |
baseColor |
|
Registers color table within internal collection.
Declaration
protected static void RegisterColorTable(ScrollBarCustomDrawStyles style, Office2007ColorScheme scheme, ColorTableOffice2007 colorTable)
Parameters
Explicit Interface Implementations
Declaration
ColorTableOffice2007 IColorTableOffice2007Creator.Create()
Returns
Implements