True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid Namespace / C1DataColumn Class / ButtonPictureStretch Property

In This Topic
    ButtonPictureStretch Property (C1DataColumn)
    In This Topic
    Gets or sets the stretch type of the image shown in a drop-down button in a column

    Default is C1.Framework.Stretch.None.

    Syntax
    'Declaration
     
    Public Property ButtonPictureStretch As C1.Framework.Stretch
    public C1.Framework.Stretch ButtonPictureStretch {get; set;}
    Remarks
    This only has an effect when ButtonPicture is not null.
    See Also