ComponentOne FinancialChart for WPF
ApplyOpacity Property



C1.WPF Namespace > C1HyperPanel Class : ApplyOpacity Property
Gets or sets a value between zero and one that determines the minimum scale to be applied to elements when they are away from the center.
Syntax
'Declaration
 
Public Property ApplyOpacity As Boolean
'Usage
 
Dim instance As C1HyperPanel
Dim value As Boolean
 
instance.ApplyOpacity = value
 
value = instance.ApplyOpacity
public bool ApplyOpacity {get; set;}
public:
property bool ApplyOpacity {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1HyperPanel Class
C1HyperPanel Members