Exemple #1
0
 public RibbonToolTip()
     : base()
 {
     Placement = System.Windows.Controls.Primitives.PlacementMode.Custom;
     CustomPopupPlacementCallback = new System.Windows.Controls.Primitives.CustomPopupPlacementCallback(PopupPlacement);
 }
 public RibbonToolTip()
     : base()
 {
     Placement = System.Windows.Controls.Primitives.PlacementMode.Custom;
     CustomPopupPlacementCallback = new System.Windows.Controls.Primitives.CustomPopupPlacementCallback(PopupPlacement);
 }