Adorner.BehaviorService Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the BehaviorService associated with the Adorner.
public:
property System::Windows::Forms::Design::Behavior::BehaviorService ^ BehaviorService { System::Windows::Forms::Design::Behavior::BehaviorService ^ get(); void set(System::Windows::Forms::Design::Behavior::BehaviorService ^ value); };
public System.Windows.Forms.Design.Behavior.BehaviorService BehaviorService { get; set; }
public System.Windows.Forms.Design.Behavior.BehaviorService? BehaviorService { get; set; }
member this.BehaviorService : System.Windows.Forms.Design.Behavior.BehaviorService with get, set
Public Property BehaviorService As BehaviorService
Property Value
The BehaviorService associated with the Adorner.
Remarks
When an Adorner is added to the BehaviorServiceAdornerCollection of the BehaviorService, the collection sets this property so that the Adorner can call back to the BehaviorService.
Applies to
See also
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.