VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom.Wpf.UI Namespace / WpfDicomCrosshairAnnotationView Class / AxisTickDistance Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    AxisTickDistance Property (WpfDicomCrosshairAnnotationView)
    In This Topic
    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
    
    
    [Description("The distance, in units specified by the AxesMeasurementUnits property, between ticks on axis.")]
    [DefaultValue(0)]
    public float AxisTickDistance { get; set; }
    
    
    [Description("The distance, in units specified by the AxesMeasurementUnits property, between ticks on axis.")]
    [DefaultValue(0)]
    public: __property float get_AxisTickDistance();
    public: __property void set_AxisTickDistance(
    float value
    );
    [Description("The distance, in units specified by the AxesMeasurementUnits property, between ticks on axis.")]
    [DefaultValue(0)]
    public:
    property float AxisTickDistance { float get(); void set(float value); }

    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