Avalonia Logo
Avalonia API Reference
C#VBF#
    Show/Hide TOC

      Design Class

      Definition

      Namespace: Avalonia.Controls
      Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
      C#View Source
      public static class Design
      VBView Source
      Public NotInheritable Class Design
      F#View Source
      [<AbstractClassAttribute>]
      [<SealedAttribute>]
      type Design = class end
      Inheritance
      Object    Design

      Properties

      IsDesignMode 

      Methods

      ApplyDesignModeProperties(Control, Control) 
      GetDataContext(Control) 
      GetDesignStyle(Control) 
      GetHeight(Control) 
      GetPreviewWith(AvaloniaObject) 
      GetPreviewWith(ResourceDictionary) 
      GetWidth(Control) 
      SetDataContext(Control, Object) 
      SetDesignStyle(Control, IStyle) 
      SetHeight(Control, Double) 
      SetPreviewWith(AvaloniaObject, Control) 
      SetPreviewWith(ResourceDictionary, Control) 
      SetWidth(Control, Double) 

      Fields

      DataContextProperty 
      DesignStyleProperty 
      HeightProperty 
      PreviewWithProperty 
      WidthProperty 

      See Also

      Reference

      Avalonia.Controls Namespace

      In This Article

      • Definition
      • Properties
      • Methods
      • Fields
      • See Also

      © AvaloniaUI OÜ