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
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; }