VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom Namespace / DicomGraphicLayer Class / Order Property
Syntax Requirements SeeAlso
In This Topic
    Order Property (DicomGraphicLayer)
    In This Topic
    Gets the order in which it is recommended to render the layer.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The order in which it is recommended to render the layer.")>
    <CategoryAttribute("Dicom")>
    Public ReadOnly Property Order As UShort
    
    
    [Description("The order in which it is recommended to render the layer.")]
    [Category("Dicom")]
    public ushort Order { get; }
    
    
    [Description("The order in which it is recommended to render the layer.")]
    [Category("Dicom")]
    public: __property ushort get_Order();
    
    
    
    [Description("The order in which it is recommended to render the layer.")]
    [Category("Dicom")]
    public:
    property ushort Order { ushort get(); }

    Property Value

    Default value is 1.
    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