←Select platform

SupportsOpacity Property

Summary
Indicates if this object supports an opacity.
Syntax
C#
VB
Objective-C
C++
Java
public virtual bool SupportsOpacity { get; } 
Public Overridable ReadOnly Property SupportsOpacity As Boolean 
@property (nonatomic,readonly) BOOL supportsOpacity; 
public boolean getSupportsOpacity() 
public:  
   virtual property bool SupportsOpacity 
   { 
      bool get() 
   } 

Property Value

true if this AnnObject supports opacity, otherwise, false. Default value is true.

Remarks

Derived classes should override SupportsOpacity, to indicate whether Opacity will be used by the object. This will insure that the object will save and load the values during serialization. Some object renderers will also check these values to prepare a font or a brush.

When an object supports opacity, the value of Opacity will be used by the IAnnObjectRenderer of this object type to render the object using a global opacity value.

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject Members

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.