←Select platform

Brush Property

Summary

Gets or sets the AnnBrush associated with this AnnDrawable object.

Syntax

C#
VB
C++
public virtual AnnBrush Brush { get; set; } 
  
Public Overridable Property Brush As Leadtools.Annotations.AnnBrush 
public: 
virtual property Leadtools.Annotations.AnnBrush^ Brush { 
   Leadtools.Annotations.AnnBrush^ get(); 
   void set (    Leadtools.Annotations.AnnBrush^ ); 
} 

Property Value

The AnnBrush associated with this AnnDrawable object.

Remarks

If this AnnDrawable does not support brushes (SupportsBrush value is false), this property will always return null (Nothing in VB).

If this AnnDrawable does not support brushes (SupportsBrush value is false), setting this property to any value will be ignored.

Example

For an example, refer to AnnDrawable.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly