Gets or sets a custom ControlTemplate for the ExpandButton class. This is a dependency property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public ControlTemplate ExpandButtonTemplate { get; set; } |
Visual Basic
![]() |
---|
Public Property ExpandButtonTemplate As ControlTemplate |
A ControlTemplate instance that defines the visual structure of the expand/collapse button.
XAML
![]() |
---|
<ControlTemplate x:Key="CustomExpandButton" TargetType="diag:ExpandButton"> <diag:Diagram Name="diagram" ExpandButtonTemplate="{StaticResource CustomExpandButton}" ... |
MindFusion.Diagramming for WinUI Programmer's Guide | © 2024 MindFusion |