Skip to content

52a3b805 97c4 a642 fed3 b82892f90cfa

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

FieldValueModel.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.FieldValueModel.TryGetStyle(iTin.Export.Model.StyleModel@)"]

See Also

Reference

FieldValueModel Class
iTin.Export.Model Namespace

Clone this wiki locally