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
Inheritance:
object Visual UIElement FrameworkElement 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()