Summary
Converts a double representing either hour/minute/second to the corresponding angle.
- Namespace
- MahApps
.Metro .Converters - Base Types
-
- IValueConverter
graph BT
Type-->Base0["IValueConverter"]
Type["ClockDegreeConverter"]
class Type type-node
Syntax
[ValueConversion(typeof(double), typeof(double))]
public class ClockDegreeConverter : IValueConverter
Attributes
Type | Description |
---|---|
ValueConversion |
Properties
Name | Value | Summary |
---|---|---|
TotalParts | double |
Methods
Name | Value | Summary |
---|---|---|
Convert |
object | |
ConvertBack |
object |