Gets or sets the color of the reflection portion of the effect.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Color ReflectionColor { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ReflectionColor As Color |
A Microsoft.Maui.Graphics.Color instance. The default is White.
See Also