UseAbsoluteValues Property (FrequencySpectrumVisualizerCommand)
Gets or sets a value indicating whether absolute values should be used.
[Description("A value indicating whether absolute values should be used.")]
[DefaultValue(False)]
public bool UseAbsoluteValues { get; set; }
[Description("A value indicating whether absolute values should be used.")]
[DefaultValue(False)]
public: __property bool get_UseAbsoluteValues();
public: __property void set_UseAbsoluteValues(
bool
);
Property Value
True - the command must get absolute values from image spectrum values before the visualization;
false - the command must not change the image spectrum before the visualization. Default value is false.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5