←Select platform

SupportsFill Property

Summary

Indicates if this object supports a fill.

Syntax

C#
VB
Java
WinRT C#
C++
public override bool SupportsFill { get; } 
Public Overrides ReadOnly Property SupportsFill As Boolean 
public override bool SupportsFill {get;} 
@Override public boolean getSupportsFill() 
 get_SupportsFill();  
public:  
   virtual property bool SupportsFill 
   { 
      bool get() override 
   } 

Property Value

true if this AnnHotspotObject supports a fill; otherwise, it is false

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.Core Assembly