VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Dicom.Wpf.UI Namespace / WpfDicomInfiniteLineAnnotationView Class / GripMode Property
Синтаксис Требования Смотрите также
В этом разделе
    GripMode Свойство (WpfDicomInfiniteLineAnnotationView)
    В этом разделе
    Возвращает или задает режим захвата аннотации.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(Rectangular)>
    <DescriptionAttribute("The grip mode of annotation.")>
    Public Property GripMode As Vintasoft.Imaging.Annotation.GripMode
    
    
    [DefaultValue(Rectangular)]
    [Description("The grip mode of annotation.")]
    public Vintasoft.Imaging.Annotation.GripMode GripMode { get; set; }
    
    
    [DefaultValue(Rectangular)]
    [Description("The grip mode of annotation.")]
    public: __property Vintasoft.Imaging.Annotation.GripMode get_GripMode();
    public: __property void set_GripMode(
    Vintasoft.Imaging.Annotation.GripMode value
    );
    [DefaultValue(Rectangular)]
    [Description("The grip mode of annotation.")]
    public:
    property Vintasoft.Imaging.Annotation.GripMode GripMode { Vintasoft.Imaging.Annotation.GripMode get(); void set(Vintasoft.Imaging.Annotation.GripMode value); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также