SnapLine Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe SnapLine.
Surcharges
SnapLine(SnapLineType, Int32) |
Initialise une nouvelle instance de la classe SnapLine en utilisant le type et l'offset de ligne d'alignement (SnapLine) spécifiés. |
SnapLine(SnapLineType, Int32, String) |
Initialise une nouvelle instance de la classe SnapLine en utilisant le type, l'offset et le nom de filtre de ligne d'alignement (SnapLine) spécifiés. |
SnapLine(SnapLineType, Int32, SnapLinePriority) |
Initialise une nouvelle instance de la classe SnapLine en utilisant le type, l'offset et la priorité de ligne d'alignement (SnapLine) spécifiés. |
SnapLine(SnapLineType, Int32, String, SnapLinePriority) |
Initialise une nouvelle instance de la classe SnapLine en utilisant le type, l'offset, le nom de filtre et la priorité de ligne d'alignement (SnapLine) spécifiés. |
Remarques
Vous devez uniquement créer explicitement des lignes d’alignement pour remplacer ou compléter le comportement par défaut du snapline proposé par le concepteur visuel. Pour créer un snapline, vous devez instancer une ligne d’alignement, puis l’ajouter à la SnapLines propriété de la ControlDesigner classe.
SnapLine(SnapLineType, Int32)
Initialise une nouvelle instance de la classe SnapLine en utilisant le type et l'offset de ligne d'alignement (SnapLine) spécifiés.
public:
SnapLine(System::Windows::Forms::Design::Behavior::SnapLineType type, int offset);
public SnapLine (System.Windows.Forms.Design.Behavior.SnapLineType type, int offset);
new System.Windows.Forms.Design.Behavior.SnapLine : System.Windows.Forms.Design.Behavior.SnapLineType * int -> System.Windows.Forms.Design.Behavior.SnapLine
Public Sub New (type As SnapLineType, offset As Integer)
Paramètres
- type
- SnapLineType
SnapLineType à créer. Décrit la position et l'orientation relatives de la ligne d'alignement (SnapLine).
- offset
- Int32
Position de la ligne d'alignement (SnapLine), en pixels, par rapport à l'origine supérieure gauche du contrôle propriétaire.
Remarques
Ce constructeur définit la Filter propriété null
sur et la Priority propriété Lowsur .
Voir aussi
S’applique à
SnapLine(SnapLineType, Int32, String)
Initialise une nouvelle instance de la classe SnapLine en utilisant le type, l'offset et le nom de filtre de ligne d'alignement (SnapLine) spécifiés.
public:
SnapLine(System::Windows::Forms::Design::Behavior::SnapLineType type, int offset, System::String ^ filter);
public SnapLine (System.Windows.Forms.Design.Behavior.SnapLineType type, int offset, string filter);
new System.Windows.Forms.Design.Behavior.SnapLine : System.Windows.Forms.Design.Behavior.SnapLineType * int * string -> System.Windows.Forms.Design.Behavior.SnapLine
Public Sub New (type As SnapLineType, offset As Integer, filter As String)
Paramètres
- type
- SnapLineType
SnapLineType à créer. Décrit la position et l'orientation relatives de la ligne d'alignement (SnapLine).
- offset
- Int32
Position de la ligne d'alignement (SnapLine), en pixels, par rapport à l'origine supérieure gauche du contrôle propriétaire.
- filter
- String
String utilisé pour spécifier une catégorie de lignes d'alignement (SnapLines) définie par le programmeur.
Remarques
Ce constructeur définit la Priority propriété Lowsur .
Voir aussi
S’applique à
SnapLine(SnapLineType, Int32, SnapLinePriority)
Initialise une nouvelle instance de la classe SnapLine en utilisant le type, l'offset et la priorité de ligne d'alignement (SnapLine) spécifiés.
public:
SnapLine(System::Windows::Forms::Design::Behavior::SnapLineType type, int offset, System::Windows::Forms::Design::Behavior::SnapLinePriority priority);
public SnapLine (System.Windows.Forms.Design.Behavior.SnapLineType type, int offset, System.Windows.Forms.Design.Behavior.SnapLinePriority priority);
new System.Windows.Forms.Design.Behavior.SnapLine : System.Windows.Forms.Design.Behavior.SnapLineType * int * System.Windows.Forms.Design.Behavior.SnapLinePriority -> System.Windows.Forms.Design.Behavior.SnapLine
Public Sub New (type As SnapLineType, offset As Integer, priority As SnapLinePriority)
Paramètres
- type
- SnapLineType
SnapLineType à créer. Décrit la position et l'orientation relatives de la ligne d'alignement (SnapLine).
- offset
- Int32
Position de la ligne d'alignement (SnapLine), en pixels, par rapport à l'origine supérieure gauche du contrôle propriétaire.
- priority
- SnapLinePriority
SnapLinePriority de la ligne d'alignement (SnapLine).
Remarques
Ce constructeur définit la Filter propriété null
sur .
Voir aussi
S’applique à
SnapLine(SnapLineType, Int32, String, SnapLinePriority)
Initialise une nouvelle instance de la classe SnapLine en utilisant le type, l'offset, le nom de filtre et la priorité de ligne d'alignement (SnapLine) spécifiés.
public:
SnapLine(System::Windows::Forms::Design::Behavior::SnapLineType type, int offset, System::String ^ filter, System::Windows::Forms::Design::Behavior::SnapLinePriority priority);
public SnapLine (System.Windows.Forms.Design.Behavior.SnapLineType type, int offset, string filter, System.Windows.Forms.Design.Behavior.SnapLinePriority priority);
new System.Windows.Forms.Design.Behavior.SnapLine : System.Windows.Forms.Design.Behavior.SnapLineType * int * string * System.Windows.Forms.Design.Behavior.SnapLinePriority -> System.Windows.Forms.Design.Behavior.SnapLine
Public Sub New (type As SnapLineType, offset As Integer, filter As String, priority As SnapLinePriority)
Paramètres
- type
- SnapLineType
SnapLineType à créer. Décrit la position et l'orientation relatives de la ligne d'alignement (SnapLine).
- offset
- Int32
Position de la ligne d'alignement (SnapLine), en pixels, par rapport à l'origine supérieure gauche du contrôle propriétaire.
- filter
- String
String utilisé pour spécifier une catégorie de lignes d'alignement (SnapLines) définie par le programmeur.
- priority
- SnapLinePriority
SnapLinePriority de la ligne d'alignement (SnapLine).
Remarques
Ce constructeur définit toutes les propriétés d’une ligne d’alignement sur les valeurs fournies par le programmeur.