Class ThreeDColorHelper
Inheritance
System.Object
ThreeDColorHelper
Namespace: Telerik.Windows.Documents.UI.Layers.TableDecorationLayers.TableBorders.ThreeDBorder
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public static class ThreeDColorHelper : Object
Methods
GetBrush(Color, Boolean)
Declaration
public static SolidColorBrush GetBrush(Color color, bool lighter)
Parameters
System.Windows.Media.Color
color
|
System.Boolean
lighter
|
Returns
System.Windows.Media.SolidColorBrush
|
GetColor(Color, Boolean)
Declaration
public static Color GetColor(Color color, bool lighter)
Parameters
System.Windows.Media.Color
color
|
System.Boolean
lighter
|
Returns
System.Windows.Media.Color
|