WorkflowDesignerColors.DesignerViewExpandAllCollapseAllPressedBrush 属性

定义

获取设计器视图中“全部展开”/“全部折叠”按下的按钮的画笔****。Gets the brush for the ExpandAll/CollapseAll pressed button in the designer view.

public:
 static property System::Windows::Media::Brush ^ DesignerViewExpandAllCollapseAllPressedBrush { System::Windows::Media::Brush ^ get(); };
public static System.Windows.Media.Brush DesignerViewExpandAllCollapseAllPressedBrush { get; }
member this.DesignerViewExpandAllCollapseAllPressedBrush : System.Windows.Media.Brush
Public Shared ReadOnly Property DesignerViewExpandAllCollapseAllPressedBrush As Brush

属性值

Brush

设计器视图中 展开/CollapseAll 按下的按钮的画笔。The brush for the ExpandAll/CollapseAll pressed button in the designer view.

适用于