Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / PageFoldVisibility Enumeration

In This Topic
    PageFoldVisibility Enumeration
    In This Topic
    Specifies page fold visibility.
    Syntax
    'Declaration
     
    
    Public Enum PageFoldVisibility 
       Inherits System.Enum
    public enum PageFoldVisibility : System.Enum 
    Members
    MemberDescription
    AlwaysThe fold will be always visible.
    NeverThe fold wont be visible.
    OnMouseOverThe fold will be visible when user drag the mouse over the edge of the page.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.Extended.PageFoldVisibility

    See Also