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