In This Article

DockGuideCross Class

Represents a cross-shaped container for other dock guides.

[TemplatePart(Name = "PART_CenterDockGuide", Type = typeof(DockGuideCenter))]
[TemplatePart(Name = "PART_InnerBottomDockGuide", Type = typeof(DockGuideInnerBottom))]
[TemplatePart(Name = "PART_InnerLeftDockGuide", Type = typeof(DockGuideInnerLeft))]
[TemplatePart(Name = "PART_InnerRightDockGuide", Type = typeof(DockGuideInnerRight))]
[TemplatePart(Name = "PART_InnerTopDockGuide", Type = typeof(DockGuideInnerTop))]
[TemplatePart(Name = "PART_OuterBottomDockGuide", Type = typeof(DockGuideOuterBottom))]
[TemplatePart(Name = "PART_OuterLeftDockGuide", Type = typeof(DockGuideOuterLeft))]
[TemplatePart(Name = "PART_OuterRightDockGuide", Type = typeof(DockGuideOuterRight))]
[TemplatePart(Name = "PART_OuterTopDockGuide", Type = typeof(DockGuideOuterTop))]
public class DockGuideCross : Control, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient
Inheritance:
System.Object System.Windows.Threading.DispatcherObject System.Windows.DependencyObject System.Windows.Media.Visual System.Windows.UIElement System.Windows.FrameworkElement System.Windows.Controls.Control Object

Constructors

DockGuideCross()

Initializes an instance of the DockGuideCross class.

public DockGuideCross()

Methods

OnApplyTemplate()

Invoked whenever application code or internal processes call ApplyTemplate.

public override void OnApplyTemplate()

Inherited Members

  • System.Object.ToString()
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object, System.Object)
  • System.Object.ReferenceEquals(System.Object, System.Object)
  • System.Object.GetHashCode()
  • System.Object.GetType()
  • System.Object.MemberwiseClone()

Extension Methods