ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1HyperPanel Class / ApplyOpacity Property



In This Topic
    ApplyOpacity Property
    In This Topic
    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