Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDropDownCalendar Class / InnerMargin Property


In This Topic
    InnerMargin Property (GcDropDownCalendar)
    In This Topic
    Gets or sets the margin of the inner calendar view. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property InnerMargin As Thickness
    'Usage
     
    Dim instance As GcDropDownCalendar
    Dim value As Thickness
     
    instance.InnerMargin = value
     
    value = instance.InnerMargin
    public Thickness InnerMargin {get; set;}

    Property Value

    The inner margin.
    See Also