Search
AeroEffect.InnerOutlineColor Property
See Also
 





Gets or sets the color of the inner outline.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Color InnerOutlineColor { get; set; }

Visual Basic  Copy Code

Public Property InnerOutlineColor As Color

 Property Value

A Microsoft.Maui.Graphic.Color instance. The default is White.

 See Also