The following tables list the members exposed by SizeScale.
Name | Description | |
---|---|---|
SizeScale Constructor | Creates a new instance of SizeScale. |
Name | Description | |
---|---|---|
GlobalMaximum | Gets or sets global maximum value that will be mapped to MaxumumValue of this scale | |
GlobalMinimum | Gets or sets global minimum value that will be mapped to MinumumValue of this scale | |
IsLogarithmic | Gets or sets whether the scale is logarithmic. | |
LogarithmBase | Gets or sets the logarithm base for this scale. | |
MaximumValue | Gets or sets the maximum size (in pixels) for this scale. | |
MinimumValue | Gets or sets the minimum size (in pixels) for this scale. |
Name | Description | |
---|---|---|
GetCurrentGlobalMaximum | ||
GetCurrentGlobalMinimum | ||
Reset | Resets all the properties to their default values | |
ResetGlobalMaximum | Resets the GlobalMaximum property to its default value. | |
ResetGlobalMinimum | Resets the GlobalMinimum property to its default value. | |
ResetIsLogarithmic | Resets the IsLogarithmic property to its default value. | |
ResetLogarithmBase | Resets the LogarithmBase property to its default value. | |
ResetMaximumValue | Resets the MaximumValue property to its default value. | |
ResetMinimumValue | Resets the MinimumValue property to its default value. |
Name | Description | |
---|---|---|
OnPropertyChanged | Used to invoke the PropertyChanged event. | |
OnPropertyUpdated | Used to invoke the PropertyUpdated event. | |
ShouldSerializeGlobalMaximum | Indicates if the GlobalMaximum property needs to be serialized. | |
ShouldSerializeGlobalMinimum | Indicates if the GlobalMinimum property needs to be serialized. | |
ShouldSerializeIsLogarithmic | Indicates if the IsLogarithmic property needs to be serialized. | |
ShouldSerializeLogarithmBase | Indicates if the LogarithmBase property needs to be serialized. | |
ShouldSerializeMaximumValue | Indicates if the MaximumValue property needs to be serialized. | |
ShouldSerializeMinimumValue | Indicates if the MinimumValue property needs to be serialized. |
Name | Description | |
---|---|---|
PropertyChanged | Event raised when a property (including "effective" and non-dependency property) value changes. | |
PropertyUpdated | Event raised when a property (including "effective" and non-dependency property) value changes. |