Gets or sets the Component displayed inside this border.
Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public Component Content { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Content As Component |
See Also