Search
AeroEffect.InnerOutlineColor Property
See Also
 





Gets or sets the color of the inner outline.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Color InnerOutlineColor { get; set; }

Visual Basic  Copy Code

Public Property InnerOutlineColor As Color

 Property Value

A .NET Color object. The default is White.

 See Also