ComponentOne FinancialChart for WPF
C1.WPF Namespace / ScrollViewerContentPresenterClip Class / Output Property



In This Topic
    Output Property (ScrollViewerContentPresenterClip)
    In This Topic
    Gets the resulting Clip geometry that will be used in the scroll content presenter.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Output As Geometry
    'Usage
     
    
    Dim instance As ScrollViewerContentPresenterClip
    Dim value As Geometry
     
    value = instance.Output
    public Geometry Output {get;}
    public:
    property Geometry^ Output {
       Geometry^ get();
    }
    See Also