GaugeScale.MinimumPin Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the minimum value at which a pointer on the scale will stop.
public:
property Microsoft::ReportingServices::RdlObjectModel::ScalePin ^ MinimumPin { Microsoft::ReportingServices::RdlObjectModel::ScalePin ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::ScalePin ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.ScalePin MinimumPin { get; set; }
member this.MinimumPin : Microsoft.ReportingServices.RdlObjectModel.ScalePin with get, set
Public Property MinimumPin As ScalePin
Property Value
A ScalePin object.