Gets or sets the effect to apply to the header. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public Effect HeaderEffect { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HeaderEffect As Effect |
A WPF Effect object.
See Also