Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DataMarker Class / MarkerSize Property


In This Topic
    MarkerSize Property (DataMarker)
    In This Topic
    Gets or sets the size of the marker.
    Syntax
    'Declaration
     
    Public Property MarkerSize As Size
    'Usage
     
    Dim instance As DataMarker
    Dim value As Size
     
    instance.MarkerSize = value
     
    value = instance.MarkerSize
    public Size MarkerSize {get; set;}

    Property Value

    The size of the marker.
    See Also