ActivityDesignerTheme.ImageSize Proprietà
Definizione
Ottiene le dimensioni dell'immagine del tema.Gets the size of the image of the theme.
public:
property System::Drawing::Size ImageSize { System::Drawing::Size get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Size ImageSize { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ImageSize : System.Drawing.Size
Public ReadOnly Property ImageSize As Size
Valore della proprietà
Size che rappresenta le dimensioni dell'immagine.A Size that represents the size of the image.
- Attributi
Commenti
ImageSize è la proprietà Size dell'immagine predefinita utilizzata dal tema per la finestra di progettazione.The ImageSize is the Size of the default image used by the theme for the designer.