Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / DropDownButton Class / Clip Property


In This Topic
    Clip Property (DropDownButton)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Clip As Geometry
    'Usage
     
    Dim instance As DropDownButton
    Dim value As Geometry
     
    instance.Clip = value
     
    value = instance.Clip
    public Geometry Clip {get; set;}
    See Also