Converts an instance of the System.Windows.Point value to an instance of the System.Windows.Thickness structure.
Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf
SyntaxC#
Copy Code
|
|---|
public class PointToThicknessConverter : IValueConverter |
Visual Basic
Copy Code
|
|---|
Public Class PointToThicknessConverter |
Inheritance HierarchySystem.Object![]()
MindFusion.RealTimeCharting.Wpf.PointToThicknessConverter
See Also