VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom.UI Namespace / DicomCrosshairAnnotationView Class / AxisTickDistance Property
Syntax Exceptions Requirements SeeAlso
    AxisTickDistance Property (DicomCrosshairAnnotationView)
    Gets or sets the distance, in units specified by the AxisUnits property, between ticks on axis.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The distance, in units specified by the AxesMeasurementUnits property, between ticks on axis.")>
    <DefaultValueAttribute(0)>
    Public Property AxisTickDistance As Single
    
    
     

    Property Value

    Default value is 0.
    Exceptions
    ExceptionDescription
    The tick distance can not be negative.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also