Show / Hide Table of Contents

Interface CfnWorkspacePropsMixin.IWorkspaceThemeTypographyProperty

Contains typography configuration for a workspace theme.

Namespace: Amazon.CDK.Mixins.Preview.AWS.Connect.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnWorkspacePropsMixin.IWorkspaceThemeTypographyProperty
Syntax (vb)
Public Interface CfnWorkspacePropsMixin.IWorkspaceThemeTypographyProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-workspace-workspacethemetypography.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.Connect.Mixins;

             var workspaceThemeTypographyProperty = new WorkspaceThemeTypographyProperty {
                 FontFamily = new FontFamilyProperty {
                     Default = "default"
                 }
             };

Synopsis

Properties

FontFamily

The font family configuration for text in the workspace.

Properties

FontFamily

The font family configuration for text in the workspace.

object? FontFamily { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-workspace-workspacethemetypography.html#cfn-connect-workspace-workspacethemetypography-fontfamily

Type union: either IResolvable or CfnWorkspacePropsMixin.IFontFamilyProperty

Back to top Generated by DocFX