'Declaration
<System.ComponentModel.CategoryAttribute("Ticks")> <System.ComponentModel.DescriptionAttribute("Specifies whether an origin value should be used when SamplingMode is set to MaxCount or MaxDensity.")> <System.ComponentModel.DefaultValueAttribute(True)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property UseOrigin As System.Boolean
'Usage
Dim instance As NStandardRangeSamplerProvider Dim value As System.Boolean instance.UseOrigin = value value = instance.UseOrigin
[System.ComponentModel.Category("Ticks")] [System.ComponentModel.Description("Specifies whether an origin value should be used when SamplingMode is set to MaxCount or MaxDensity.")] [System.ComponentModel.DefaultValue(true)] [System.Xml.Serialization.XmlAttribute()] public System.bool UseOrigin {get; set;}