VintaSoft Imaging .NET SDK 15.1: Документация для .NET разработчика
Vintasoft.Imaging.Office.DocumentEditor.UI Namespace / DocumentVisualEditor Class / FocusedDrawingLayoutProperties Property
Синтаксис Требования Смотрите также
В этом разделе
    FocusedDrawingLayoutProperties Свойство (DocumentVisualEditor)
    В этом разделе
    Возвращает или задает свойства компоновки сфокусированного рисунка.
    Синтаксис
    'Declaration
    
    Public Property FocusedDrawingLayoutProperties As DocumentDrawingLayoutProperties
    
    
    public DocumentDrawingLayoutProperties FocusedDrawingLayoutProperties { get; set; }
    
    
    public: __property DocumentDrawingLayoutProperties* get_FocusedDrawingLayoutProperties();
    public: __property void set_FocusedDrawingLayoutProperties(
    DocumentDrawingLayoutProperties* value
    );
    public:
    property DocumentDrawingLayoutProperties^ FocusedDrawingLayoutProperties { DocumentDrawingLayoutProperties^ get(); void set(DocumentDrawingLayoutProperties^ value); }
    Требования

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

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