Implements a border control with distinct appearance of each of its sides.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public class FourSidedBorder : ContentControl |
Visual Basic
Copy Code
|
|---|
Public Class FourSidedBorder |
RemarksThis class is used to draw cell borders in the default Cell template.
Inheritance HierarchySystem.Object![]()
Windows.UI.Xaml.DependencyObject![]()
Windows.UI.Xaml.UIElement![]()
Windows.UI.Xaml.FrameworkElement![]()
Windows.UI.Xaml.Controls.Control![]()
Windows.UI.Xaml.Controls.ContentControl![]()
MindFusion.Diagramming.Lanes.FourSidedBorder
See Also