CompositeDesignerTheme.GetExpandButtonBackgroundBrush(Rectangle) 方法

定义

检索一个画笔,它定义复合活动设计器上的展开按钮的背景显示属性。

public:
 System::Drawing::Brush ^ GetExpandButtonBackgroundBrush(System::Drawing::Rectangle rectangle);
public System.Drawing.Brush GetExpandButtonBackgroundBrush (System.Drawing.Rectangle rectangle);
member this.GetExpandButtonBackgroundBrush : System.Drawing.Rectangle -> System.Drawing.Brush
Public Function GetExpandButtonBackgroundBrush (rectangle As Rectangle) As Brush

参数

rectangle
Rectangle

一个 Rectangle,它定义 CompositeActivityDesigner 上的展开按钮的边界。

返回

Brush

一个 LinearGradientBrush 对象,它使用 rectangle 参数定义按钮区域,画笔使用从展开按钮的左上角到右下角的线性渐变在该区域中应用两种颜色。

注解

如果在调用 null 之前,展开按钮的背景画笔未设置为 Nothing(在 Visual Basic 中为 GetExpandButtonBackgroundBrush),则该方法会释放以前的画笔并创建一个新的画笔。

适用于