ScalePinInstance Class
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.TickMarkStyleInstance
Microsoft.ReportingServices.OnDemandReportRendering.ScalePinInstance
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ScalePinInstance _
Inherits TickMarkStyleInstance
'Usage
Dim instance As ScalePinInstance
public sealed class ScalePinInstance : TickMarkStyleInstance
public ref class ScalePinInstance sealed : public TickMarkStyleInstance
[<SealedAttribute>]
type ScalePinInstance =
class
inherit TickMarkStyleInstance
end
public final class ScalePinInstance extends TickMarkStyleInstance
The ScalePinInstance type exposes the following members.
Properties
Name | Description | |
---|---|---|
DistanceFromScale | Gets the calculated value of the DistanceFromScale property in a TickMarkStyle class. (Inherited from TickMarkStyleInstance.) | |
Enable | Gets the calculated value of the Enable property in a ScalePin class. | |
EnableGradient | Gets the calculated value of the EnableGradient property in a TickMarkStyle class. (Inherited from TickMarkStyleInstance.) | |
GradientDensity | Gets the calculated value of the GradientDensity property in a TickMarkStyle class. (Inherited from TickMarkStyleInstance.) | |
Hidden | Gets the calculated value of the Hidden property in a TickMarkStyle class. (Inherited from TickMarkStyleInstance.) | |
Length | Gets the calculated value of the Length property in a TickMarkStyle class. (Inherited from TickMarkStyleInstance.) | |
Location | Gets the calculated value of the Location property in a ScalePin class. | |
Placement | Gets the calculated value of the Placement property in a TickMarkStyle class. (Inherited from TickMarkStyleInstance.) | |
Shape | Gets the calculated value of the Shape property in a TickMarkStyle class. (Inherited from TickMarkStyleInstance.) | |
Style | Gets the calculated value of the Style property in a TickMarkStyle class. (Inherited from TickMarkStyleInstance.) | |
Width | Gets the calculated value of the Width property in a TickMarkStyle class. (Inherited from TickMarkStyleInstance.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ResetInstanceCache | Infrastructure. (Inherited from TickMarkStyleInstance.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.