FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / PrintPageTemplate Class / VisualScrollableAreaClip Property

In This Topic
    VisualScrollableAreaClip Property (PrintPageTemplate)
    In This Topic
    Syntax
    'Declaration
     
    Protected Property VisualScrollableAreaClip As Nullable(Of Rect)
    protected Nullable<Rect> VisualScrollableAreaClip {get; set;}
    See Also