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


In This Topic
    ActualMarkerSize Property
    In This Topic
    Gets the actual size of the marker.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActualMarkerSize As Size
    'Usage
     
    Dim instance As DataMarker
    Dim value As Size
     
    value = instance.ActualMarkerSize
    public Size ActualMarkerSize {get;}

    Property Value

    The actual size of the marker.
    See Also