Pen.Brush Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property System::Drawing::Brush ^ Brush { System::Drawing::Brush ^ get(); void set(System::Drawing::Brush ^ value); };
public System.Drawing.Brush Brush { get; set; }
member this.Brush : System.Drawing.Brush with get, set
Public Property Brush As Brush
Property Value
A Brush that determines attributes of this Pen.
Exceptions
Remarks
Assigning this property causes the pen to draw filled lines and curves. It overrides the Color property of the Pen.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.