GaugePointer.SnappingEnabled 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示值是否应舍入为对齐间隔。
public:
property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<bool> SnappingEnabled { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<bool> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<bool> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<bool> SnappingEnabled { get; set; }
member this.SnappingEnabled : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<bool> with get, set
Public Property SnappingEnabled As ReportExpression(Of Boolean)
属性值
如果值应该舍入为对齐间隔,则为 True
;否则为 false
。