Compartir a través de


MapTitleInstance.TextShadowOffset Propiedad

Gets the calculated value of the TextShadowOffset property in a MapTitle class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property TextShadowOffset As ReportSize 
    Get
'Uso
Dim instance As MapTitleInstance 
Dim value As ReportSize 

value = instance.TextShadowOffset
public ReportSize TextShadowOffset { get; }
public:
property ReportSize^ TextShadowOffset {
    ReportSize^ get ();
}
member TextShadowOffset : ReportSize
function get TextShadowOffset () : ReportSize

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize value that represents the calculated value of the TextShadowOffset property.

Vea también

Referencia

MapTitleInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering