ComponentOne Basic Library for WPF and Silverlight
ApplyOpacity Property (C1HyperPanel)


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 System.Boolean
'Usage
 
Dim instance As C1HyperPanel
Dim value As System.Boolean
 
instance.ApplyOpacity = value
 
value = instance.ApplyOpacity
public System.bool ApplyOpacity {get; set;}
See Also

Reference

C1HyperPanel Class
C1HyperPanel Members