Gets or sets the style of the popup windows displayed when the items in the chart are being modified interactively. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public Style PopupStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property PopupStyle As Style |
A WPF Style.
RemarksThe default style of the popup is demonstrated below:
XAML
Copy Code
|
|---|
<Style TargetType="local:SchedulePopupContent"> |
The style references several static resources, which are theme-specific.
See Also