Skip to content

a165330f 91ae 6ef0 d9a2 2ef9824b9fe5

Fernando Garcia edited this page May 8, 2018 · 1 revision

FieldHeaderModel.TryGetStyle Method

Additional header content

Gets a reference to the StyleModel from global resources.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public bool TryGetStyle(
	out StyleModel style
)

VB

Public Function TryGetStyle ( 
	<OutAttribute> ByRef style As StyleModel
) As Boolean

Parameters

 

style
Type: iTin.Export.Model.StyleModel
A StyleModel resource.

Return Value

Type: Boolean
true if returns the style from resource; otherwise, false.

Remarks

[Missing documentation for "M:iTin.Export.Model.FieldHeaderModel.TryGetStyle(iTin.Export.Model.StyleModel@)"]

See Also

Reference

FieldHeaderModel Class
iTin.Export.Model Namespace

Clone this wiki locally