ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView.Printing Namespace / PrintStyle Class / PreviewImage Property

In This Topic
    PreviewImage Property (PrintStyle)
    In This Topic
    Gets or sets the System.Drawing.Image object, representing a small preview of the style which can be used for displaying style information in UI.
    Syntax
    'Declaration
     
    Public Property PreviewImage As System.Drawing.Image
    public System.Drawing.Image PreviewImage {get; set;}
    See Also