Skip to content

81629d95 05d6 2786 07ed 20529d537a8f

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

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

See Also

Reference

FieldAggregateModel Class
iTin.Export.Model Namespace

Clone this wiki locally