IColorShape.DefaultGradientLightColor Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.Uml.Presentation
Assembly: Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)
Syntax
'Declaration
ReadOnly Property DefaultGradientLightColor As Color
Get
'Usage
Dim instance As IColorShape
Dim value As Color
value = instance.DefaultGradientLightColor
Color DefaultGradientLightColor { get; }
property Color DefaultGradientLightColor {
Color get ();
}
abstract DefaultGradientLightColor : Color
function get DefaultGradientLightColor () : Color
Property Value
Type: System.Drawing.Color
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.