ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ZoomUnit Structure / IsFill Property



In This Topic
    IsFill Property
    In This Topic
    Gets a value indicating whether the zoom will be adjusted to fill the viewport.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsFill As Boolean
    'Usage
     
    
    Dim instance As C1ZoomUnit
    Dim value As Boolean
     
    value = instance.IsFill
    public bool IsFill {get;}
    public:
    property bool IsFill {
       bool get();
    }
    See Also