←Select platform

Opacity Property

Summary
Gets or sets a value indicating the opacity value to use when rendering the overlayed grid.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public double Opacity { get; set; } 
@property (nonatomic, assign) double opacity; 
public double getOpacity() 
public void setOpacity(double opacity) 
public:  
   property double Opacity 
   { 
      double get() 
      void set(double value) 
   } 
Opacity # get and set (AnnSnapToGridOptions) 

Property Value

A value indicating the opacity value to use when rendering the overlayed grid. A value of 1 means opaque and a value of 0 means transparent. Legal values are between 0 and 1. The default value is 1.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

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