/// <summary> /// Constructor. /// </summary> public Callout() { InitializeComponent(); CustomPopupPlacementCallback = new CustomPopupPlacementCallback(_GetTopLeftPointShowPointer); _GetDimentionsFromResources(); }
public DynamoToolTip() { Placement = PlacementMode.Custom; CustomPopupPlacementCallback = new CustomPopupPlacementCallback(PlacementCallback); }
/// <summary> /// Constructor. /// </summary> public RibbonToolTip() { Loaded += new RoutedEventHandler(OnLoaded); CustomPopupPlacementCallback = new CustomPopupPlacementCallback(PlaceRibbonToolTip); }
static CustomPopupPlacementCallbackHelper() { LargePopupCallback = (size, targetSize, offset) => new[] {new CustomPopupPlacement(new Point(), PopupPrimaryAxis.Horizontal)}; }
public YT_Popup() { CustomPopupPlacementCallback = new CustomPopupPlacementCallback(Location); }
static CustomPopupPlacementCallbackHelper() { LargePopupCallback = (size, targetSize, offset) => new[] { new CustomPopupPlacement(new Point(), PopupPrimaryAxis.Horizontal) }; }
public RibbonToolTip() { Placement = PlacementMode.Custom; CustomPopupPlacementCallback = new CustomPopupPlacementCallback(PopupPlacement); }