In This Topic

ArrowFilled Property (AnnotationLineArrow)

In This Topic
Specifies if the arrow must be filled or not.
Syntax
'Declaration
 
Public Shadows Property ArrowFilled As Boolean
public new bool ArrowFilled {get; set;}
public read-write property ArrowFilled: Boolean; 
public hide function get,set ArrowFilled : boolean
public: __property new bool get_ArrowFilled();
public: __property new void set_ArrowFilled( 
   bool value
);
public:
new property bool ArrowFilled {
   bool get();
   void set (    bool value);
}
See Also