Interface IPsdFrameConfig
Assembly: Aurigma.DesignAtoms.dll
Syntax
public interface IPsdFrameConfig : IFrameConfig
Properties
AutoScaledText
Declaration
bool? AutoScaledText { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
BackgroundImage
Declaration
string BackgroundImage { get; set; }
Property Value
Type |
Description |
System.String |
|
ContainerName
Declaration
string ContainerName { get; set; }
Property Value
Type |
Description |
System.String |
|
MultiValueItem
Declaration
bool? MultiValueItem { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
bool? MultiValueItemKeepTransformation { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
MviFirstItemIndex
Declaration
int MviFirstItemIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PathBoundedText
Declaration
bool? PathBoundedText { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
PreviewSpotColor
Declaration
string PreviewSpotColor { get; set; }
Property Value
Type |
Description |
System.String |
|
RasterizeVectorContentInSmartFrame
Declaration
bool? RasterizeVectorContentInSmartFrame { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
TextColumnCount
Declaration
int? TextColumnCount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TextureFilePath
Declaration
string TextureFilePath { get; set; }
Property Value
Type |
Description |
System.String |
|
TranslationKey
Declaration
string TranslationKey { get; set; }
Property Value
Type |
Description |
System.String |
|